Trouble with the Docker Containers Widget #692
-
Hello there, I'm having issues with the Docker Container widget. I keep getting this error, and I'm unsure why.
`/var/run/docker.sock' does exist, I checked. Here is my compose file.
I did have to change ports, I'm not sure if that's the reason I'm getting the error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I've also changed the port and have not seen that error. If the docker socket exists, it might be a permissions issue. Docker requires elevated permissions to access the socket. Make sure your user is in the docker group:
|
Beta Was this translation helpful? Give feedback.
-
Hey, did you run |
Beta Was this translation helpful? Give feedback.
Hey, did you run
docker compose up -d
after making the change to thedocker-compose.yml
file?