mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
FIX APP_URL with correct example
example is incorrect, now fixed.
This commit is contained in:
parent
1d25a39592
commit
9dc4ab4e24
@ -36,7 +36,7 @@ param_ports:
|
||||
|
||||
opt_param_usage_include_env: true
|
||||
opt_param_env_vars:
|
||||
- { 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)"}
|
||||
- { env_var: "APP_URL", env_value: "http://your.site.here.xyz", desc: "for specifying the url your application will be accessed on (required for correct operation of reverse proxy)"}
|
||||
|
||||
custom_compose: |
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user