Aucune description

wadim be0af492b8 Правки README.md il y a 7 ans
example b25fd73a13 Clone from https://github.com/pstauffer/docker-bind il y a 7 ans
Dockerfile b25fd73a13 Clone from https://github.com/pstauffer/docker-bind il y a 7 ans
README.md be0af492b8 Правки README.md il y a 7 ans

README.md

BIND Container

BIND server running on Alpine Linux.

Configuration

See example directory for sample config file.

Quickstart

bind:
  image: registry.sdsys.ru/bind

  volumes:
    # You must provide a config file
    - ./named.conf:/etc/bind/named.conf

    # Zone files
    - ./zones:/var/lib/bind

  ports:
    - "53:53/tcp"
    - "53:53/udp"