forked from CCCHH/ansible-infra
downgrade acme-dns to v1.0
This commit is contained in:
parent
f6c15773e1
commit
196f1d70cf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- 4180:4180
|
- 4180:4180
|
||||||
|
|
||||||
acmedns:
|
acmedns:
|
||||||
image: docker.io/joohoi/acme-dns:latest
|
image: docker.io/joohoi/acme-dns:v1.0 # v2.0.2 is broken, see https://github.com/acme-dns/acme-dns/issues/403
|
||||||
ports:
|
ports:
|
||||||
- "[::]:53:53"
|
- "[::]:53:53"
|
||||||
- "[::]:53:53/udp"
|
- "[::]:53:53/udp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue