mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 10:53:44 +07:00
16 lines
286 B
YAML
16 lines
286 B
YAML
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:/etc/acme-dns:ro
|
|
- ./data:/var/lib/acme-dns
|