Sfoglia il codice sorgente

Open reposilite ports when running it with deploy.sh

From the docker-compose documentation https://docs.docker.com/compose/compose-file/compose-file-v3/#ports:

`docker-compose run ignores ports unless you include --service-ports.`
custom-downloader
Sindre Stephansen 3 anni fa
parent
commit
de8d14ba12
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      repo/deploy.sh

+ 1
- 2
repo/deploy.sh Vedi File

@@ -1,4 +1,3 @@
#!/bin/sh

docker-compose run -u $(id -u):$(id -g) repo

docker-compose run -u $(id -u):$(id -g) --service-ports repo

Loading…
Annulla
Salva