This commit is contained in:
parent
d44770e9fd
commit
542888918c
|
@ -1,6 +1,6 @@
|
||||||
### ISC BIND9 Container (Stable: 9.12.4_xx) built on top of Alpine
|
### ISC BIND9 Container (Stable: 9.12.4_xx) built on top of Alpine
|
||||||
### Last update: 5-4-19
|
### Last update: 5-4-19
|
||||||
### Latest Stable Docker Tag: 9.12.4_p1-r1
|
### Latest Stable Docker Tag: 9.12.4_p1-r1-fix1
|
||||||
|
|
||||||
NOTE: "Last Update" is the date of the latest DockerHub build.
|
NOTE: "Last Update" is the date of the latest DockerHub build.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
OPTIONS=$@
|
OPTIONS=$@
|
||||||
chown -R root:named /etc/bind /var/cache/bind /var/run/named
|
chown -R root:named /etc/bind /var/run/named
|
||||||
|
chown -R named:named /var/cache/bind
|
||||||
chmod -R 770 /var/cache/bind /var/run/named
|
chmod -R 770 /var/cache/bind /var/run/named
|
||||||
chmod -R 750 /etc/bind
|
chmod -R 750 /etc/bind
|
||||||
# Run in foreground and log to STDERR (console):
|
# Run in foreground and log to STDERR (console):
|
||||||
|
|
Loading…
Reference in New Issue