Skip to content
Snippets Groups Projects
Commit 70172b34 authored by Gui's avatar Gui
Browse files

pass ADDR=:8080 instead of HTTP_PORT to static-content server

staticserver.go source code expects the env var ADDR in
https://0xacab.org/leap/container-platform/static-content/-/blob/main/staticserver.go#L48
there's no mention whatsoever of HTTP_PORT
parent 9e0f4bf0
No related tags found
No related merge requests found
Pipeline #61104 passed
......@@ -94,7 +94,7 @@ provider:
volumes:
- /etc/leap/config/vpnweb: /var/www
env:
HTTP_PORT: 8080
ADDR: :8080
public_endpoints:
- name: provider
port: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment