add the files
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
user: 1000:1000
|
||||
group_add:
|
||||
- "993"
|
||||
volumes:
|
||||
- config:/config
|
||||
- cache:/cache
|
||||
- /srv/media:/media
|
||||
devices:
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
ports:
|
||||
- 8096:8096
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
volumes:
|
||||
config:
|
||||
cache:
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
name: caddy
|
||||
external: true
|
||||
Reference in New Issue
Block a user