Is dockge file system aware of the local folder of the compose file? #26
-
I tried migrating a few stacks to dockge to test it out. I thought why not use uptime-kuma. when starting it up from dockge, it prompts to setup a new admin user/password like a brand new install. my volume for the app data is same as before ./data:/app/data (data is in the same folder as the compose file). when I removed that stack and then started it via docker compose cli, it brought back my existing instance with all the old monitors configured. is this a bug, not implemented yet or not supported? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Are you using the default stacks directory |
Beta Was this translation helpful? Give feedback.
-
open a new discussion. but the answer is no because that's not how compose works. if you want multiple containers in one compose it will show as 1 stack. if you want multiple stacks, you need multiple compose files in multiple folders |
Beta Was this translation helpful? Give feedback.
If you changed the default stacks path, make sure the volume bind also are the same.
Like this: