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