From 248f8330c9d00be1caa6f8db3bd0c9f20954adf0 Mon Sep 17 00:00:00 2001 From: pixeye33 Date: Sat, 15 Jun 2019 14:30:09 +0200 Subject: [PATCH] FIX APP_URL with correct example example is incorrect, now fixed. --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 101d850..5dc44ac 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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: | ---