Update arm/docker-compose.yml
This commit is contained in:
parent
4b939cfdb7
commit
1dd3746859
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ services:
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
hostname: ARM #optional
|
hostname: ARM #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1001
|
- PUID=0
|
||||||
- PGID=1001
|
- PGID=0
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /home/ubuntu/syncthing/config:/config
|
- /home/ubuntu/syncthing/config:/config
|
||||||
|
|
Reference in a new issue