in-progress update
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: root
|
||||
networks:
|
||||
- dockge_default
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- ./media:/media:ro
|
||||
- ./fonts:/usr/local/share/fonts/custom:ro
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
JELLYFIN_PublishedServerUrl: https://video.$domain
|
||||
TZ: $timezone
|
||||
networks:
|
||||
dockge_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user