Docker Connection Errors out

Homarr 1.3.0 OMV 7.5.2-1 docker-compose Whenever I go to access my docker conatiners, I get the following error error connect EACCES /var/run/docker.sock I know this is a permissions issue, I'm just not smart enough today to figure it out.
2 Replies
Cakey Bot
Cakey Bot5w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
latenightwreck
latenightwreckOP5w ago
docker-compose file
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
container_name: homarr
restart: unless-stopped
environment:
- PUID=${DOCKERUSER_UID}
- PGID=${DOCKERUSER_GID}
- TZ=${TIME_ZONE}
- SECRET_ENCRYPTION_KEY=<KEY>
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $BASE_PATH/homarr/config:/appdata
ports:
- '7575:7575'
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
container_name: homarr
restart: unless-stopped
environment:
- PUID=${DOCKERUSER_UID}
- PGID=${DOCKERUSER_GID}
- TZ=${TIME_ZONE}
- SECRET_ENCRYPTION_KEY=<KEY>
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $BASE_PATH/homarr/config:/appdata
ports:
- '7575:7575'
My PGID wasn't set to the docker group. I'm sorry for anyone who read this.

Did you find this page helpful?