fix: update network configuration for Downloaders service in docker-compose template
This commit is contained in:
parent
4bb73e3b23
commit
21c53d6bde
@ -6,12 +6,12 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
networks:
|
networks:
|
||||||
- caddy_network
|
- arr-stack-net
|
||||||
ports:
|
ports:
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
- 8085:8085
|
- 8085:8085 # Qbittorrent
|
||||||
- 7788:8080
|
- 7788:8080 # Sabnzbd
|
||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
volumes:
|
volumes:
|
||||||
@ -57,6 +57,5 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
caddy_network:
|
arr-stack-net:
|
||||||
external: true
|
external: true
|
||||||
name: caddy_default
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user