Cannot read include compose and got ENOENT error #788
Unanswered
Toasterme
asked this question in
Ask for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🛡️ Security Policy
📝 Describe your problem
I have 1 big compose file where i include all of my docker like this :
/home/dockeruser/docker-compose.yml
include:
(those compose are on the same folder as the main one, all in /home/dockeruser)
Then, each service are under a different directory
The config in docker-compose.dockge.yml is like this:
volumes:
- /home/dockeruser/dockge/data:/app/data
- /home/dockeruser:/opt/stacks
- DOCKGE_STACKS_DIR=/opt/stacks
When i start "docker compose up -d" from /home/dockeruser all of my docker are starting up. So why dockge doesn't see all my docker then?
Also, i tried to run docker and docker compose from the dockge and i do get a response. Portainer are there and is working fine.
Any idea ? i don't have to move all my compose in sub dir...?
📝 Error Message(s) or Log
dockge-1 | 2025-04-21T20:59:24Z [GETSERVICESTATUSLIST] ERROR: Error: spawn docker ENOENT
dockge-1 | at ChildProcess._handle.onexit (node:internal/child_process:285:19)
dockge-1 | at onErrorNT (node:internal/child_process:483:16)
dockge-1 | at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
dockge-1 | errno: -2,
dockge-1 | code: 'ENOENT',
dockge-1 | syscall: 'spawn docker',
dockge-1 | path: 'docker',
dockge-1 | spawnargs: [ 'compose', 'ps', '--format', 'json' ]
dockge-1 | }
🐻 Dockge Version
1.5.0
💻 Operating System and Arch
Debian 12
🌐 Browser
Chrome lates
🐋 Docker Version
28.1.1, build 4eba377
🟩 NodeJS Version
No response
Beta Was this translation helpful? Give feedback.
All reactions