Refactor swarm/secondary.yml: Update user settings for whisper_web and linx services

This commit is contained in:
2024-10-04 17:27:30 +08:00
parent 97540b24aa
commit e1c2da5cdb
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -103,6 +103,7 @@ services:
- DOMAIN=${DOMAIN}
- MEDIADIR=${MEDIADIR}
- JELLYFIN_PublishedServerUrl=https://media.${DOMAIN}
user: "1000:1000"
volumes:
- jellyfin_config:/config
- /var/data/jellyfin_cache:/cache:z
@@ -110,7 +111,6 @@ services:
source: ${MEDIADIR}
target: /media
read_only: false
# user: "1000:1000"
# Optional - alternative address used for autodiscovery
networks:
- traefik-public