Update DNS config to use dedicated Adguard network

This commit is contained in:
2022-09-17 16:48:14 +03:00
parent 169ad3ba59
commit 046d9cb8bf

View File

@@ -13,8 +13,8 @@ services:
- UMASK=002
- TZ=Asia/Jerusalem
volumes:
- ./config:/config
- "/Red-Vol/Torrents/:/torrents/"
- ./config:/config:z
- "/var/Red-Vol/Torrents/:/torrents/:z"
ports:
- 6881:6881
- 6881:6881/udp
@@ -23,6 +23,8 @@ services:
networks:
- arr_network
- network
- dns_network
dns: 150.201.34.6
labels:
- "traefik.enable=true"
- "traefik.docker.network=qbittorrent_network"
@@ -37,3 +39,5 @@ networks:
name: arr_network
network:
driver: bridge
dns_network:
external: true