From 4d0630957a840960cf321ec66d3faa4007acf11d Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 18 Oct 2024 14:03:30 +0100 Subject: [PATCH] - Remove user IDs --- syncthing-docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/syncthing-docker-compose.yml b/syncthing-docker-compose.yml index c8795d2..0376b8a 100644 --- a/syncthing-docker-compose.yml +++ b/syncthing-docker-compose.yml @@ -4,9 +4,6 @@ services: syncthing: image: syncthing/syncthing container_name: syncthing - environment: - - PUID=1000 - - PGID=1000 volumes: - /volume1/Media:/var/syncthing network_mode: host