same user to run syncthing and nextcloud

This commit is contained in:
2024-06-06 21:11:23 +01:00
parent 33b5c5e8c8
commit 1d7366804a

View File

@@ -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