add huntarr
This commit is contained in:
parent
84a52c1948
commit
f447d68970
1 changed files with 11 additions and 0 deletions
11
main-docker/huntarr/compose.yaml
Normal file
11
main-docker/huntarr/compose.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
huntarr:
|
||||
image: huntarr/huntarr:latest
|
||||
container_name: huntarr
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9705:9705"
|
||||
volumes:
|
||||
- /home/docker/huntarr:/config
|
||||
environment:
|
||||
TZ: America/Chicago
|
Loading…
Add table
Add a link
Reference in a new issue