Remove hardly used compose shortscuts
This commit is contained in:
parent
1d074bf14b
commit
5f9747c378
7 changed files with 21 additions and 40 deletions
_ansible/roles/acme-dns/vars
|
@ -16,8 +16,11 @@ svc:
|
|||
compose:
|
||||
watchtower: true
|
||||
image: joohoi/acme-dns
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
volumes:
|
||||
- ./config:/etc/acme-dns:ro
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
|
|
Reference in a new issue