jellyfin/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user