Update zimit-webapp/docker-compose.yml

This commit is contained in:
Willy 2025-11-04 04:01:12 +01:00
parent 7e66864c43
commit 94db20d456

View file

@ -4,7 +4,7 @@ services:
image: git.selfitdeploy.com/willy/zimit-webapp:1.0.0 # L'image sur mon registry
restart: unless-stopped
ports:
- "2000:8080" # Port HTTP
- "8080:8080" # Port HTTP
volumes:
- /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