jellyfin/docker-compose.yml aktualisiert

This commit is contained in:
2025-07-02 17:39:30 +00:00
parent 41244f4d2c
commit d5c7f3a4cc

View File

@@ -7,7 +7,8 @@ services:
volumes: volumes:
- "${CONFIG_DIR:-./config}:/config" - "${CONFIG_DIR:-./config}:/config"
- "${CACHE_DIR:-./cache}:/cache" - "${CACHE_DIR:-./cache}:/cache"
- "${MEDIA_DIR:-./media}:/media" - "${MOVIES_DIR}:/media"
- "${SERIES_DIR}:/media2"
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=${TZ:-Europe/Berlin} - TZ=${TZ:-Europe/Berlin}