Update docker-compose.yml

Fixing again
This commit is contained in:
2025-11-19 19:45:10 +00:00
parent 98d257508a
commit 4e198bec31

View File

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