From f42e2d87b320477bf1fc9f89209c7ecf4c312454 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 22 Dec 2020 16:12:39 +0100 Subject: [PATCH] Small update in docker docs --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index c7627d7f..3a940f4e 100644 --- a/docker/README.md +++ b/docker/README.md @@ -53,7 +53,7 @@ docker exec -it shlink_container shlink ## Use an external DB -The image comes with a working sqlite database, but in production you will probably want to usa a distributed database. +The image comes with a working sqlite database, but in production, it's strongly recommended using a distributed database. It is possible to use a set of env vars to make this shlink instance interact with an external MySQL, MariaDB, PostgreSQL or Microsoft SQL Server database.