Make the UID and GID to 1000 (first user)

This commit is contained in:
Awiteb 2024-05-03 15:14:44 +03:00
parent 1837e81c3d
commit 584792fb5a
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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"