syncthing: add puid, pgid
This commit is contained in:
parent
ed34c97459
commit
a68bd9067f
|
@ -603,6 +603,9 @@ services:
|
|||
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"
|
||||
- "${SYNCTHING_EXTERNAL_PORT3}:${SYNCTHING_INTERNAL_PORT3}"
|
||||
- "${SYNCTHING_EXTERNAL_PORT4}:${SYNCTHING_INTERNAL_PORT4}"
|
||||
environment:
|
||||
- "PUID=${PUID}"
|
||||
- "PGID=${PGID}"
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- base
|
||||
|
|
Loading…
Reference in New Issue