+14
@@ -22,6 +22,20 @@ services:
|
||||
diun.watch_repo: "true"
|
||||
diun.include_tags: "latest"
|
||||
|
||||
tunarr:
|
||||
image: chrisbenincasa/tunarr:1.2.11
|
||||
restart: unless-stopped
|
||||
# https://github.com/chrisbenincasa/tunarr/issues/1523
|
||||
# user: 2007:2007 # jellyfin:jellyfin
|
||||
networks:
|
||||
- jellyfin_network
|
||||
ports:
|
||||
- 8097:8000
|
||||
environment:
|
||||
TZ: "Europe/London"
|
||||
volumes:
|
||||
- ./tunarr:/config/tunarr
|
||||
|
||||
networks:
|
||||
jellyfin_network:
|
||||
name: jellyfin_network
|
||||
|
||||
Reference in New Issue
Block a user