jellyfin/docker-compose.yml aktualisiert
This commit is contained in:
@@ -7,8 +7,14 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "${CONFIG_DIR:-./config}:/config"
|
- "${CONFIG_DIR:-./config}:/config"
|
||||||
- "${CACHE_DIR:-./cache}:/cache"
|
- "${CACHE_DIR:-./cache}:/cache"
|
||||||
- "${MOVIES_DIR}:/media"
|
- type: bind
|
||||||
- "${SERIES_DIR}:/media2"
|
source: "${MOVIES_DIR}"
|
||||||
|
target: /media
|
||||||
|
read_only: true
|
||||||
|
- type: bind
|
||||||
|
source: "${SERIES_DIR}"
|
||||||
|
target: /media2
|
||||||
|
read_only: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ:-Europe/Berlin}
|
- TZ=${TZ:-Europe/Berlin}
|
||||||
|
|||||||
Reference in New Issue
Block a user