Skip to content

Commit 1bdc308

Browse files
committed
bad flag for optional variable
1 parent 152b73b commit 1bdc308

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +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` \
6465
-p 6875:80 \
6566
-v <path to data>:/config \
6667
--restart unless-stopped \
@@ -123,6 +124,7 @@ Container images are configured using parameters passed at runtime (such as thos
123124
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
124125
| `-e DB_PASS=<yourdbpass>` | for specifying the database password |
125126
| `-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) |
126128
| `-v /config` | this will store any uploaded data on the docker host |
127129

128130
## User / Group Identifiers

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ param_usage_include_ports: true
3434
param_ports:
3535
- { external_port: "6875", internal_port: "80", port_desc: "will map the container's port 80 to port 6875 on the host" }
3636

37-
op_param_usage_include_env: true
37+
opt_param_usage_include_env: true
3838
opt_param_env_vars:
3939
- { env_var: "APP_URL", env_value: "your.site.here.xyz", desc: "for specifying the url your application will be accessed on (required for correct operation of reverse proxy)"}
4040

0 commit comments

Comments
 (0)