Skip to content

Commit d16c8aa

Browse files
Bot Updating Templated Files
1 parent 2e9e08e commit d16c8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Container images are configured using parameters passed at runtime (such as thos
158158
| `-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` |
159159
| `-e DB_HOST=<yourdbhost>` | for specifying the database host |
160160
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
161-
| `-e DB_PASS=<yourdbpass>` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) |
162-
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |
161+
| `-e DB_PASS=<yourdbpass>` | for specifying the database password |
162+
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used (non-alphanumeric passwords must be properly escaped.) |
163163
| `-v /config` | this will store any uploaded data on the docker host |
164164

165165
## Environment variables from files (Docker secrets)

0 commit comments

Comments
 (0)