Fix: Add Docker socket permissions for Homepage container status

- Added user field with DOCKER_GID to allow homepage to read Docker socket
- Ensures container status monitoring works properly
- DOCKER_GID defaults to 999, should be set to actual docker group ID in .env
This commit is contained in:
2026-01-15 01:59:36 -05:00
parent 0b90bce7d0
commit 29ce66aeca

View File

@@ -26,6 +26,7 @@ services:
- PGID=${PGID:-1000}
- TZ=${TZ}
- HOMEPAGE_ALLOWED_HOSTS=home.${DOMAIN}
user: "${PUID:-1000}:${DOCKER_GID:-999}"
labels:
- "homelab.category=dashboard"
- "homelab.description=Application dashboard (AI-configurable)"