Clarify PUID and PGID by Docker platform
This commit is contained in:
+3
-3
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user