fix: update network configuration for Downloaders service in docker-compose template
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 1m6s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
Menno van Leeuwen 2025-03-25 14:36:18 +01:00
parent 4bb73e3b23
commit 21c53d6bde
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -6,12 +6,12 @@ services:
cap_add:
- NET_ADMIN
networks:
- caddy_network
- arr-stack-net
ports:
- 6881:6881
- 6881:6881/udp
- 8085:8085
- 7788:8080
- 8085:8085 # Qbittorrent
- 7788:8080 # Sabnzbd
devices:
- /dev/net/tun:/dev/net/tun
volumes:
@ -57,6 +57,5 @@ services:
condition: service_healthy
networks:
caddy_network:
arr-stack-net:
external: true
name: caddy_default