same user to run syncthing and nextcloud
This commit is contained in:
@@ -70,6 +70,8 @@ services:
|
|||||||
image: syncthing/syncthing
|
image: syncthing/syncthing
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
hostname: syncthing
|
hostname: syncthing
|
||||||
|
environment:
|
||||||
|
- PUID=33 # same as nextcloud aio
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/external_data/syncthing:/var/syncthing
|
- /mnt/external_data/syncthing:/var/syncthing
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user