Fix jellyfin making volumes

This commit is contained in:
Isaac Shoebottom 2024-06-14 16:41:14 -03:00
parent 17a9b9f1da
commit fee1f042d3

View File

@ -6,14 +6,12 @@ services:
network_mode: 'host'
restart: 'unless-stopped'
environment:
- JELLYFIN_CACHE_DIR=/var/cache/jellyfin
- JELLYFIN_CONFIG_DIR=/etc/jellyfin
- JELLYFIN_DATA_DIR=/var/lib/jellyfin
- JELLYFIN_LOG_DIR=/var/log/jellyfin
- JELLYFIN_PublishedServerUrl=https://jellyfin.shoebottom.ca
volumes:
- /docker/appdata/jellyfin/etc:/etc/jellyfin
- /docker/appdata/jellyfin/cache:/var/cache/jellyfin
- /docker/appdata/jellyfin/etc:/config
- /docker/appdata/jellyfin/cache:/cache
- /docker/appdata/jellyfin/lib:/var/lib/jellyfin
- /docker/appdata/jellyfin/log:/var/log/jellyfin
- /home/isaac/Media:/media