From 1d7366804aad7d804579efe79b063bb8c519a510 Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Thu, 6 Jun 2024 21:11:23 +0100 Subject: [PATCH] same user to run syncthing and nextcloud --- nexcloud-aio/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nexcloud-aio/docker-compose.yml b/nexcloud-aio/docker-compose.yml index 6f8ae8d..2597acc 100644 --- a/nexcloud-aio/docker-compose.yml +++ b/nexcloud-aio/docker-compose.yml @@ -70,6 +70,8 @@ services: image: syncthing/syncthing container_name: syncthing hostname: syncthing + environment: + - PUID=33 # same as nextcloud aio volumes: - /mnt/external_data/syncthing:/var/syncthing restart: unless-stopped