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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user