Update Docker GUI Managers/Dockge/Compose.yaml

This commit is contained in:
2026-01-03 03:07:34 +00:00
parent 5269cda5af
commit 07d75dfe1a
+3 -2
View File
@@ -16,7 +16,8 @@ services:
# ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH. # ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH.
# ⚠️ 1. FULL path only. No relative path (MUST) # ⚠️ 1. FULL path only. No relative path (MUST)
# ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST) # ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST)
- /srv/docker/dockge/stacks:/opt/stacks - /srv/docker:/opt/stacks
environment: environment:
# Tell Dockge where is your stacks directory # Tell Dockge where is your stacks directory
- /srv/docker/dockge/stacks=/opt/stacks - DOCKGE_STACKS_DIR=/opt/stacks
- DOCKGE_ENABLE_CONSOLE=true