You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the WEBUI_PORT_ENV variable for the docker container doesn't change the port from 8080 to the set port. I believe this is because the docker container variable is set as WEBUI_PORT _ENV within the docker container's /etc/environment, but the iptables script uses ${WEBUI_PORT}, without the _ENV added. This makes it impossible to access the webui from the set port when the VPN connection is enabled. After I building this on my own and changing the hardcoded port 8080 to the port of my choice (that matched with the port mapping on my docker-compose) it works fine!
thanks for the container though, its awesome!
The text was updated successfully, but these errors were encountered:
Hi!
Changing the WEBUI_PORT_ENV variable for the docker container doesn't change the port from 8080 to the set port. I believe this is because the docker container variable is set as WEBUI_PORT _ENV within the docker container's /etc/environment, but the iptables script uses ${WEBUI_PORT}, without the _ENV added. This makes it impossible to access the webui from the set port when the VPN connection is enabled. After I building this on my own and changing the hardcoded port 8080 to the port of my choice (that matched with the port mapping on my docker-compose) it works fine!
thanks for the container though, its awesome!
The text was updated successfully, but these errors were encountered: