From 4dd4a1495a68fb2fdf08e701a4768efdb615ab3c Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 22 Dec 2025 17:46:10 -0500 Subject: [PATCH] Update docker.md --- docs/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 49f44c39..1222e06c 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -49,7 +49,7 @@ sudo docker run -d \ | LIBATION_DB_DIR | /db | Optional folder to load database from. If not mounted, will load database from `LIBATION_CONFIG_DIR`. | | LIBATION_DB_FILE | | Name of database file to load. By default it will look for all `.db` files and load one if there is only one present. | | LIBATION_CREATE_DB | true | Whether or not the image should create a database file if none are found. | -| LIBATION_CONNECTION_STRING | | Connection string for Postgresql. | +| LIBATION_CONNECTION_STRING | | Connection string for Postgresql. If not present, Libation uses the default sqlite. | ## User