Clarify PUID and PGID by Docker platform

This commit is contained in:
mfwadejr
2026-08-30 09:28:20 -04:00
committed by GitHub
parent 53494145f2
commit 4c0f7673d0
3 changed files with 24 additions and 8 deletions
+3 -3
View File
@@ -10,6 +10,6 @@ services:
volumes:
- ./data:/data
environment:
- TZ=America/New_York
- PUID=99
- PGID=100
TZ: ${TZ:-America/New_York}
PUID: ${PUID:-1000}
PGID: ${PGID:-1000}