[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
fdc209d8fa
commit
6043f27850
1 changed files with 12 additions and 0 deletions
12
compose.yaml
12
compose.yaml
|
|
@ -242,3 +242,15 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
|
||||||
|
huntarr:
|
||||||
|
image: huntarr/huntarr:latest
|
||||||
|
container_name: huntarr
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "9705:9705"
|
||||||
|
volumes:
|
||||||
|
- /app-config/huntarr:/config
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
Loading…
Add table
Add a link
Reference in a new issue