From fe2376328c0bca4e26b98bdc5e3e0329903fcb25 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Wed, 16 Sep 2020 09:26:04 -0500 Subject: [PATCH] Change Port to 8080 --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 997275f..9d90ae4 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -39,7 +39,7 @@ param_volumes: - { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." } param_usage_include_ports: true param_ports: - - { external_port: "8443", internal_port: "8443", port_desc: "web gui" } + - { external_port: "8080", internal_port: "8080", port_desc: "web gui" } param_usage_include_env: true param_env_vars: - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}