From d16c8aab6c453036755da209508e8fb039f5cd1d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 10 Oct 2022 11:27:36 -0500 Subject: [PATCH] Bot Updating Templated Files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67ff42..3da97c9 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,8 @@ Container images are configured using parameters passed at runtime (such as thos | `-e APP_URL=` | for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com` | | `-e DB_HOST=` | for specifying the database host | | `-e DB_USER=` | for specifying the database user | -| `-e DB_PASS=` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) | -| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used | +| `-e DB_PASS=` | for specifying the database password | +| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used (non-alphanumeric passwords must be properly escaped.) | | `-v /config` | this will store any uploaded data on the docker host | ## Environment variables from files (Docker secrets)