Use new name for sqlite driver

This commit is contained in:
Stefan Bethke 2026-02-08 14:19:02 +01:00
commit 3086c2b60c
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ records = [
]
[database]
engine = "sqlite3"
engine = "sqlite"
connection = "/var/lib/acme-dns/acme-dns.db"
[api]

View file

@ -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"