technitium volume
This commit is contained in:
@@ -9,6 +9,8 @@ networks:
|
|||||||
name: arr
|
name: arr
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
technitium:
|
||||||
|
name: technitium
|
||||||
sonarr:
|
sonarr:
|
||||||
name: sonarr
|
name: sonarr
|
||||||
prowlarr:
|
prowlarr:
|
||||||
@@ -44,7 +46,7 @@ services:
|
|||||||
- DNS_SERVER_DOMAIN=technitium #The primary domain name used by this DNS Server to identify itself.
|
- DNS_SERVER_DOMAIN=technitium #The primary domain name used by this DNS Server to identify itself.
|
||||||
- DNS_SERVER_ADMIN_PASSWORD=${PASS}
|
- DNS_SERVER_ADMIN_PASSWORD=${PASS}
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/configs/technitium:/etc/dns
|
- technitium:/etc/dns
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# sysctls:
|
# sysctls:
|
||||||
# - net.ipv4.ip_local_port_range=1024 65000
|
# - net.ipv4.ip_local_port_range=1024 65000
|
||||||
|
|||||||
Reference in New Issue
Block a user