mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
733d37465f
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
11 lines
233 B
YAML
11 lines
233 B
YAML
version: '3'
|
|
services:
|
|
jellyfin:
|
|
image: jellyfin/jellyfin
|
|
user: 1001:985
|
|
network_mode: 'host'
|
|
volumes:
|
|
- /docker/jellyfin/config:/config
|
|
- /docker/jellyfin/cache:/cache
|
|
- /mnt/Storage/Media:/media
|