You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested Dockge on Win11 today, where I have Docker Desktop installed, and it works fine just using the default compose.yaml contents. Then it puts the stacks in the wsl folder: \\wsl.localhost\docker-desktop\tmp\docker-desktop-root\opt\stacks
But I wanted to be able to access the folder as well from my Windows explorer etc. So I changed the compose.yaml to:
name: dockgeservices:
dockge:
container_name: dockgeimage: louislam/dockge:1restart: unless-stoppedports:
- 5001:5001volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data# Stacks Directory# ⚠️ 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)
- /run/desktop/mnt/host/c/Docker/stacks:/run/desktop/mnt/host/c/Docker/stacksenvironment:
# Tell Dockge where to find the stacks
- DOCKGE_STACKS_DIR=/run/desktop/mnt/host/c/Docker/stacks
Above compose.yaml is in the windows path C:\Docker\dockge. Run the docker compose up -d in a terminal in that folder. The stacks are then placed in C:\Docker\stacks. Thanks for reading.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I tested Dockge on Win11 today, where I have Docker Desktop installed, and it works fine just using the default compose.yaml contents. Then it puts the stacks in the wsl folder:
\\wsl.localhost\docker-desktop\tmp\docker-desktop-root\opt\stacksBut I wanted to be able to access the folder as well from my Windows explorer etc. So I changed the compose.yaml to:
Above compose.yaml is in the windows path
C:\Docker\dockge. Run thedocker compose up -din a terminal in that folder. The stacks are then placed inC:\Docker\stacks. Thanks for reading.Beta Was this translation helpful? Give feedback.
All reactions