From 791263352c17be76c6ba52341795f86992306861 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 3 Apr 2024 17:16:57 -0700 Subject: [PATCH] Remove PUID and PGID values --- syncthing_server.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing_server.yaml b/syncthing_server.yaml index a497198..ab4aa0a 100644 --- a/syncthing_server.yaml +++ b/syncthing_server.yaml @@ -4,8 +4,8 @@ services: image: lscr.io/linuxserver/syncthing:latest container_name: syncthing environment: - - PUID=0 - - PGID=0 + - PUID= + - PGID= volumes: - /syncthing/config:/config - :/sync