fix environment variables for user and group id

This commit is contained in:
Christian Lempa 2024-03-21 17:20:16 +01:00
parent 666d217c2f
commit a85fdace5b

View File

@ -6,8 +6,8 @@ services:
environment:
- LOG_LEVEL=info
# (Optional) Run as a specific user
# PUID: $PUID
# PGID: $PGID
# - PUID=your-user-id
# - PGID=your-group-id
ports:
- 3000:3000
volumes: