mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor swarm/apps.yml to update user permissions for media directory
This commit is contained in:
+2
-2
@@ -105,12 +105,12 @@ services:
|
|||||||
- JELLYFIN_PublishedServerUrl=https://media.${DOMAIN}
|
- JELLYFIN_PublishedServerUrl=https://media.${DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- jellyfin_config:/config
|
- jellyfin_config:/config
|
||||||
- /var/data/jellyfin_cache:/cache
|
- /var/data/jellyfin_cache:/cache:z
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${MEDIADIR}
|
source: ${MEDIADIR}
|
||||||
target: /media
|
target: /media
|
||||||
read_only: false
|
read_only: false
|
||||||
user: "1000:1000"
|
# user: "1000:1000"
|
||||||
# Optional - alternative address used for autodiscovery
|
# Optional - alternative address used for autodiscovery
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
|
|||||||
Reference in New Issue
Block a user