This commit is contained in:
Ventz Petkov 2019-05-04 02:51:14 -04:00
parent d44770e9fd
commit 542888918c
2 changed files with 3 additions and 2 deletions

View File

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

View File

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