Update Docker GUI Managers/Dockge/Compose.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user