add jellyfin
This commit is contained in:
parent
2e2a68462f
commit
94b2d9515d
@ -230,3 +230,20 @@ services:
|
||||
networks:
|
||||
servarrnetwork:
|
||||
ipv4_address: 172.18.0.9
|
||||
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=${USER_PUID}
|
||||
- PGID=${USER_PGID}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${CONFIG_PATH}/jellyfin:/config
|
||||
- ${DATA_PATH}:/data
|
||||
ports:
|
||||
- 8096:8096
|
||||
networks:
|
||||
servarrnetwork:
|
||||
ipv4_address: 172.18.0.10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user