Browse Source

Added acme-dns initial docker-compose

pull/1/head
Julien Escario 4 years ago
parent
commit
9b02345237
  1. 15
      docker/acme-dns.yaml

15
docker/acme-dns.yaml

@ -0,0 +1,15 @@
version: '2'
services:
acmedns:
build:
context: .
dockerfile: Dockerfile
image: joohoi/acme-dns:latest
ports:
- "443:443"
- "53:53"
- "53:53/udp"
- "80:80"
volumes:
- ./config:/opt/opt/acme-dns/config:ro
- ./data:/opt/acme-dns/data
Loading…
Cancel
Save