mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
14 lines
323 B
YAML
14 lines
323 B
YAML
version: '3'
|
|
services:
|
|
jellyfin:
|
|
image: jellyfin/jellyfin
|
|
container_name: jellyfin
|
|
user: 1001:985
|
|
network_mode: 'host'
|
|
restart: always
|
|
volumes:
|
|
- /docker/jellyfin/config:/config
|
|
- /docker/jellyfin/cache:/cache
|
|
- /mnt/Storage/Media:/media
|
|
- /etc/localtime:/etc/localtime:ro
|