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