Correction
This commit is contained in:
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user