mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 09:51:49 +00:00
Use updated version of bind
This commit is contained in:
parent
31103f0040
commit
a45748e1aa
@ -34,7 +34,7 @@ services:
|
||||
# Bind (DNS Server)
|
||||
# ------------------------------------------------------------
|
||||
bind:
|
||||
image: cytopia/bind:0.15
|
||||
image: cytopia/bind:0.27
|
||||
hostname: bind
|
||||
restart: always
|
||||
ports:
|
||||
@ -51,8 +51,7 @@ services:
|
||||
##
|
||||
## Bind wildcard/host settings
|
||||
##
|
||||
- WILDCARD_DNS=${TLD_SUFFIX:-loc}=127.0.0.1
|
||||
- EXTRA_HOSTS=${EXTRA_HOSTS}
|
||||
- DNS_A=*.${TLD_SUFFIX:-loc}=127.0.0.1,${EXTRA_HOSTS:-}
|
||||
|
||||
##
|
||||
## Forwarding
|
||||
|
Loading…
x
Reference in New Issue
Block a user