technitium volume

This commit is contained in:
poslop
2023-12-06 11:34:09 -06:00
parent 7fab808857
commit e2a19bfffc

View File

@@ -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