Update zimit-webapp/docker-compose.yml
This commit is contained in:
parent
7e66864c43
commit
94db20d456
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ services:
|
||||||
image: git.selfitdeploy.com/willy/zimit-webapp:1.0.0 # L'image sur mon registry
|
image: git.selfitdeploy.com/willy/zimit-webapp:1.0.0 # L'image sur mon registry
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "2000:8080" # Port HTTP
|
- "8080:8080" # Port HTTP
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/kiwix/zim:/srv/kiwix/zim # Repertoire de sortie pour les fichiers *.zim
|
- /srv/kiwix/zim:/srv/kiwix/zim # Repertoire de sortie pour les fichiers *.zim
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Accès au démon Docker de l'hôte
|
- /var/run/docker.sock:/var/run/docker.sock # Accès au démon Docker de l'hôte
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue