- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Deployed template from coolify (https://github.com/coollabsio/coolify/blob/v4.x/templates/compose/coder.yaml)
Tried to add a new docker template and got an error in the console, in the UI i got
For information, the other templates work fine (I tried kubernetes and scratch).
Relevant Log Output
2025-10-01T14:04:27.337315190Z 2025-10-01 14:04:27.337 [erro] provisionerd-068d5eea3829-2.runner: template import provision job logged job_id=d21756a7-8838-45ff-9ef7-ff1ae9590755 level=ERROR output="Error: Error pinging Docker server, please make sure that unix:///var/run/docker.sock is reachable and has a '_ping' endpoint. Error: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Head\"http://%2Fvar%2Frun%2Fdocker.sock/_ping\": dial unix /var/run/docker.sock: connect: permission denied"2025-10-01T14:04:27.337339006Z 2025-10-01 14:04:27.337 [erro] provisionerd-068d5eea3829-2.runner: template import provision job logged job_id=d21756a7-8838-45ff-9ef7-ff1ae9590755 level=ERROR output="on main.tf line 22, in provider\"docker\":"
Expected Behavior
Should create the template
Steps to Reproduce
- Install and deploy the template on coolify by copying the template (usinghttps://github.com/coollabsio/coolify/blob/v4.x/templates/compose/coder.yaml since the template is ignored because it has bugs)
- access coder, log in
- add docker as template
- See the error in console (in coolify)
Environment
- Host OS: Ubuntu 22.04
- Coder version: v2.25.2
Additional Context
No response