mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-16 10:30:47 +01:00
fix environment variables for user and group id
This commit is contained in:
parent
666d217c2f
commit
a85fdace5b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user