Kaynağa Gözat

Update bind9.json: Fixed bug in volumes config (#219)

fixed bug in volumes config where the named.conf location should "/etc/bind/named.conf" the / at the start of the tree was missing
James Mitchell 8 ay önce
ebeveyn
işleme
b77bd6c198
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      template/apps/bind9.json

+ 1 - 1
template/apps/bind9.json

@@ -28,7 +28,7 @@
 	"volumes": [
 		{
 			"bind": "/portainer/Files/AppData/Config/bind9/named.conf",
-			"container": "etc/bind/named.conf"
+			"container": "/etc/bind/named.conf"
 		},
 		{
 			"bind": "/portainer/Files/AppData/Config/bind9/cache",