diff --git a/compose.yaml b/compose.yaml index 5080c8c..f27fbaa 100644 --- a/compose.yaml +++ b/compose.yaml @@ -188,3 +188,14 @@ services: networks: - media_network + nzbhydra2: + container_name: nzbhydra2 + image: binhex/arch-nzbhydra2:latest + ports: + - 5076:5076 + volumes: + - /data:/data + - /app-config/nzbhydra2:/config + restart: unless-stopped + networks: + - media_network \ No newline at end of file