Skip to content

Commit 2ccd678

Browse files
Bot Updating Templated Files
1 parent 9dc4ab4 commit 2ccd678

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
@@ -61,7 +61,7 @@ docker create \
6161
-e DB_USER=<yourdbuser> \
6262
-e DB_PASS=<yourdbpass> \
6363
-e DB_DATABASE=bookstackapp \
64-
-e APP_URL=your.site.here.xyz `#optional` \
64+
-e APP_URL=http://your.site.here.xyz `#optional` \
6565
-p 6875:80 \
6666
-v <path to data>:/config \
6767
--restart unless-stopped \
@@ -124,7 +124,7 @@ Container images are configured using parameters passed at runtime (such as thos
124124
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
125125
| `-e DB_PASS=<yourdbpass>` | for specifying the database password |
126126
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |
127-
| `-e APP_URL=your.site.here.xyz` | for specifying the url your application will be accessed on (required for correct operation of reverse proxy) |
127+
| `-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) |
128128
| `-v /config` | this will store any uploaded data on the docker host |
129129

130130
## User / Group Identifiers

0 commit comments

Comments
 (0)