From f447d68970c1119ed9250afed445bb7cdb70e211 Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:22:06 -0500 Subject: [PATCH] add huntarr --- main-docker/huntarr/compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main-docker/huntarr/compose.yaml diff --git a/main-docker/huntarr/compose.yaml b/main-docker/huntarr/compose.yaml new file mode 100644 index 0000000..19fab75 --- /dev/null +++ b/main-docker/huntarr/compose.yaml @@ -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 \ No newline at end of file