Configure docker compose #590
Replies: 2 comments 1 reply
-
yes juste remplace container volume |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛡️ Security Policy
📝 Describe your problem
Hello I have a little trouble with the docker compose, using https://dockge.kuma.pet/ f i put my path, the install script below always uses this
`# Create directories that store your stacks and store Dockge's stack
But can I place the dockge stack wherever I want using also the ./data or do I have to use /opt/ ?
My compose looks like this
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)
dockge:
image: louislam/dockge:1
restart: unless-stopped
ports:
- 5001:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
# Stacks Directory
#
#
#
- /home/myuser/docker:/home/myuser/docker
environment:
# Tell Dockge where to find the stacks
- DOCKGE_STACKS_DIR=/home/myuser/docker
And the dockge stack is in /home/myuser/docker/dockge/compose.yaml
📝 Error Message(s) or Log
No response
🐻 Dockge Version
1
💻 Operating System and Arch
Debian
🌐 Browser
Firefox
🐋 Docker Version
No response
🟩 NodeJS Version
No response
Beta Was this translation helpful? Give feedback.
All reactions