forked from CCCHH/ansible-infra
Use new name for sqlite driver
This commit is contained in:
parent
196f1d70cf
commit
3086c2b60c
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ records = [
|
|||
]
|
||||
|
||||
[database]
|
||||
engine = "sqlite3"
|
||||
engine = "sqlite"
|
||||
connection = "/var/lib/acme-dns/acme-dns.db"
|
||||
|
||||
[api]
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
- 4180:4180
|
||||
|
||||
acmedns:
|
||||
image: docker.io/joohoi/acme-dns:v1.0 # v2.0.2 is broken, see https://github.com/acme-dns/acme-dns/issues/403
|
||||
image: docker.io/joohoi/acme-dns:v2.0.2
|
||||
ports:
|
||||
- "[::]:53:53"
|
||||
- "[::]:53:53/udp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue