fixed bug in volumes config where the named.conf location should "/etc/bind/named.conf" the / at the start of the tree was missing
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"categories": [
|
|
"DNS",
|
|
"Tools"
|
|
],
|
|
"description": "BIND 9 provides software for Domain Name System (DNS) management including both defining domain names authoritatively for a given DNS zone, and recursively resolving domain names to their IP addresses. In addition to BIND 9's DNS server itself, named, this container also includes tools for performing DNS queries and dynamic updates. Read more on the BIND 9 https://www.isc.org/bind/ ",
|
|
"env": [
|
|
{
|
|
"default": "America/New_York",
|
|
"label": "TZ",
|
|
"name": "TZ"
|
|
}
|
|
],
|
|
"image_arm64": "ubuntu/bind9:latest",
|
|
"image_amd64": "ubuntu/bind9:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/bind9.png",
|
|
"name": "bind9",
|
|
"officialDoc": "https://hub.docker.com/r/ubuntu/bind9",
|
|
"platform": "linux",
|
|
"preInstallScript": "install_bind9.sh",
|
|
"ports": [
|
|
"53:53/tcp",
|
|
"53:53/udp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Bind9",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/bind9/named.conf",
|
|
"container": "/etc/bind/named.conf"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/bind9/cache",
|
|
"container": "/var/cache/bind"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/bind9/bind",
|
|
"container": "/var/lib/bind"
|
|
}
|
|
],
|
|
"webpage": "https://hub.docker.com/r/ubuntu/bind9"
|
|
}
|