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.

15 lines
298 B

  1. version: '2'
  2. services:
  3. acmedns:
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. image: joohoi/acme-dns:latest
  8. ports:
  9. - "443:443"
  10. - "53:53"
  11. - "53:53/udp"
  12. - "80:80"
  13. volumes:
  14. - ./config:/opt/opt/acme-dns/config:ro
  15. - ./data:/opt/acme-dns/data