Small update in docker docs

This commit is contained in:
Alejandro Celaya 2020-12-22 16:12:39 +01:00
parent 22124aced7
commit f42e2d87b3

View file

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