Sign inSign up

willwill/pdns

By willwill

Updated almost 8 years ago

PowerDNS

Image
0

313

willwill/pdns repository overview

PowerDNS

Example compose:

version: "2"
services:
  pdns:
    restart: unless-stopped
    image: willwill/pdns
    volumes:
      - pdns:/data/
    ports:
      - 53:53
      - 53:53/udp
volumes:
  pdns: {}

Tag summary

Content type

Image

Digest

Size

6.4 MB

Last updated

almost 8 years ago

docker pull willwill/pdns