cannot run #498
Replies: 4 comments 5 replies
-
@louislam Can you help me? |
Beta Was this translation helpful? Give feedback.
-
Please share what your docker-compose file looks like. |
Beta Was this translation helpful? Give feedback.
-
It's a common error seen when running node based containers on old CentOS provided Docker. You need at least Docker v20 (see https://github.com/louislam/dockge) See https://docs.docker.com/engine/install/centos/ Also, please carefully read the comments in the provided Docker Compose File again
if you change the /opt/stacks directory you need to change it in all three places. ie: volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- /data/apps:/data/apps
environment:
- DOCKGE_STACKS_DIR=/data/apps |
Beta Was this translation helpful? Give feedback.
-
Just a note to say, this is how I have dockge setup and I don't believe you need to have it setup as you suggest.
|
Beta Was this translation helpful? Give feedback.
-
🛡️ Security Policy
📝 Describe your problem
I used docker compose to deploy dockge, but it couldn't be started normally. Check the container log as follows
📝 Error Message(s) or Log
🐻 Dockge Version
1.4.2
💻 Operating System and Arch
CentOS 7
🌐 Browser
Chrome
🐋 Docker Version
Docker version 19.03.9
🟩 NodeJS Version
none
Beta Was this translation helpful? Give feedback.
All reactions