fix: update network configuration for Downloaders service in docker-compose template
Some checks failed
Python Lint Check / check-python (push) Waiting to run
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
Menno van Leeuwen 2025-03-25 14:17:13 +01:00
parent 0b9d2a72db
commit a9d7256910
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -6,7 +6,7 @@ services:
cap_add:
- NET_ADMIN
networks:
- shared_network
- caddy_network
ports:
- 6881:6881
- 6881:6881/udp
@ -58,5 +58,6 @@ services:
condition: service_healthy
networks:
shared_network:
caddy_network:
external: true
name: caddy_default