Refactor swarm/secondary.yml: Comment out PUID and PGID environment variables and user setting
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user