From 97540b24aab4335886d69197104ace023fc18751 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 4 Oct 2024 17:18:46 +0800 Subject: [PATCH] Refactor swarm/secondary.yml: Comment out PUID and PGID environment variables and user setting --- swarm/secondary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swarm/secondary.yml b/swarm/secondary.yml index 98ec0ae..1215958 100644 --- a/swarm/secondary.yml +++ b/swarm/secondary.yml @@ -18,8 +18,8 @@ services: librespeed: image: lscr.io/linuxserver/librespeed:latest environment: - - PUID=1000 - - PGID=1000 + # - PUID=1000 + # - PGID=1000 - TZ=${TZ} - PASSWORD=${DATABASE__PASSWORD} volumes: @@ -43,7 +43,7 @@ services: linx: image: furyhawk/linx-server-anime command: -config /data/linx-server.conf - user: "1000:1000" + # user: "1000:1000" volumes: - /var/data/files:/data/files - /var/data/meta:/data/meta