jellyfin/docker-compose.yml aktualisiert

This commit is contained in:
2025-07-02 18:02:37 +00:00
parent b60ecdb4ee
commit 310f21b147

View File

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