From 2ccd6787ea410658db97c3cb1cf4f1b9209fc144 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 15 Jun 2019 15:09:45 +0000 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 95ffc70..ecf1180 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ docker create \ -e DB_USER= \ -e DB_PASS= \ -e DB_DATABASE=bookstackapp \ - -e APP_URL=your.site.here.xyz `#optional` \ + -e APP_URL=http://your.site.here.xyz `#optional` \ -p 6875:80 \ -v :/config \ --restart unless-stopped \ @@ -124,7 +124,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e DB_USER=` | for specifying the database user | | `-e DB_PASS=` | for specifying the database password | | `-e DB_DATABASE=bookstackapp` | for specifying the database to be used | -| `-e APP_URL=your.site.here.xyz` | for specifying the url your application will be accessed on (required for correct operation of reverse proxy) | +| `-e APP_URL=http://your.site.here.xyz` | for specifying the url your application will be accessed on (required for correct operation of reverse proxy) | | `-v /config` | this will store any uploaded data on the docker host | ## User / Group Identifiers