Correction

This commit is contained in:
2024-04-21 17:14:48 +02:00
parent 8a25f53c99
commit 8a524c3e51
11 changed files with 357 additions and 141 deletions

View File

@ -52,11 +52,11 @@ docker compose -f docker-compose-traefik.yml up -d
Ouvrir une page web avec l'url :
Pour une utilisation tout seul
http://10.0.4.29:3000
http://10.0.4.29:5001
Pour une utilisation avec Traefik
https://Dockge.10.0.4.29.traefik.me`)"
https://dockge.10.0.4.29.traefik.me`)"
# More info

View File

@ -6,3 +6,17 @@ networks:
#### SERVICES
services:
### dockge
dockge:
container_name: dockge-app
hostname: dockge-app
image: louislam/dockge:1
restart: unless-stopped
ports:
- 5001:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- ./stacks:/srv/appdata/stacks
environment:
- DOCKGE_STACKS_DIR=./stacks