You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
215 B

  1. acmedns:
  2. image: joohoi/acme-dns:latest
  3. ports:
  4. - "443:443"
  5. - "53:53"
  6. - "53:53/udp"
  7. - "80:80"
  8. volumes:
  9. - /opt/acme-dns/config:/etc/acme-dns:ro
  10. - /opt/acme-dns/data:/var/lib/acme-dns