Fix ansible issues
This commit is contained in:
parent
ecd00fc75d
commit
872f545c64
6 changed files with 32 additions and 18 deletions
|
@ -16,12 +16,11 @@ svc:
|
|||
compose:
|
||||
watchtower: true
|
||||
image: joohoi/acme-dns
|
||||
|
||||
compose_file:
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
volumes:
|
||||
- ./config:/etc/acme-dns:ro
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
volumes:
|
||||
- ./config:/etc/acme-dns:ro
|
||||
|
|
Reference in a new issue