mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 18:58:20 +00:00
docker compose update again(x3)
This commit is contained in:
parent
c19b32c6b6
commit
e7b0ee4b66
@ -29,6 +29,7 @@ services:
|
||||
PDNS_webserver: yes
|
||||
PDNS_webserver_address: 0.0.0.0
|
||||
PDNS_webserver_password: ${PDNS_WEBSERVER_KEY}
|
||||
PDNS_webserver_allow_from: 10.0.10.0/24
|
||||
PDNS_version_string: ${PDNS_VERSION_STRING}
|
||||
PDNS_default_ttl: 300
|
||||
PDNS_allow_axfr_ips: 172.17.0.0
|
||||
@ -71,4 +72,9 @@ volumes:
|
||||
|
||||
networks:
|
||||
pdns_network:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: "10.0.10.0/24"
|
||||
gateway: "10.0.10.1"
|
Loading…
x
Reference in New Issue
Block a user