Update docker-compose.yml

Fixing the access for docker sock
This commit is contained in:
2025-11-19 19:33:12 +00:00
parent ade46db9d5
commit 98d257508a

View File

@@ -14,7 +14,7 @@ services:
environment: environment:
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_HOST} HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_HOST}
PUID: ${PUID:-1000} PUID: ${PUID:-1000}
PGID: ${PGID:-1000} PGID: ${PGID:-998}
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"