Remove PUID and PGID values
This commit is contained in:
parent
1c26b1fa5a
commit
791263352c
@ -4,8 +4,8 @@ services:
|
|||||||
image: lscr.io/linuxserver/syncthing:latest
|
image: lscr.io/linuxserver/syncthing:latest
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
environment:
|
environment:
|
||||||
- PUID=0
|
- PUID=
|
||||||
- PGID=0
|
- PGID=
|
||||||
volumes:
|
volumes:
|
||||||
- <docker directory>/syncthing/config:/config
|
- <docker directory>/syncthing/config:/config
|
||||||
- <sync directory>:/sync
|
- <sync directory>:/sync
|
||||||
|
Loading…
Reference in New Issue
Block a user