소스 검색

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 달 전
부모
커밋
b77bd6c198
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/apps/bind9.json

+ 1 - 1
template/apps/bind9.json

@@ -28,7 +28,7 @@
 	"volumes": [
 	"volumes": [
 		{
 		{
 			"bind": "/portainer/Files/AppData/Config/bind9/named.conf",
 			"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",
 			"bind": "/portainer/Files/AppData/Config/bind9/cache",