diff --git a/Docker GUI Managers/Dockge/Compose.yaml b/Docker GUI Managers/Dockge/Compose.yaml index b202025..8bee00b 100644 --- a/Docker GUI Managers/Dockge/Compose.yaml +++ b/Docker GUI Managers/Dockge/Compose.yaml @@ -16,7 +16,8 @@ services: # ⚠️ 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) # ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST) - - /srv/docker/dockge/stacks:/opt/stacks + - /srv/docker:/opt/stacks environment: # Tell Dockge where is your stacks directory - - /srv/docker/dockge/stacks=/opt/stacks \ No newline at end of file + - DOCKGE_STACKS_DIR=/opt/stacks + - DOCKGE_ENABLE_CONSOLE=true \ No newline at end of file