Make the UID
and GID
to 1000 (first user)
This commit is contained in:
parent
1837e81c3d
commit
584792fb5a
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ services:
|
|||
- VIRTUAL_PORT=8008
|
||||
- SYNAPSE_SERVER_NAME=4rs.nl
|
||||
- SYNAPSE_REPORT_STATS=no
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
ports:
|
||||
- "8008:8008/tcp"
|
||||
- "8448:8448/tcp"
|
||||
|
|
Loading…
Reference in a new issue