From f73fb4dd856733f526871c9a4d376d6e3200875c Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 16 Jan 2021 13:50:16 -0500 Subject: [PATCH] expose locally for face local access --- fogcutter/podman/nginx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fogcutter/podman/nginx.sh b/fogcutter/podman/nginx.sh index 0c5fd9c..80d4355 100755 --- a/fogcutter/podman/nginx.sh +++ b/fogcutter/podman/nginx.sh @@ -7,6 +7,7 @@ up () { podman network create pew-net || true # main nginx container + # for local access hard-code IP in /etc/hosts and use browser addon to force redirect to 8443 podman create \ --name nginx \ --env PUID=1000 \ @@ -22,7 +23,7 @@ up () { --volume /bigdata/k8s-config/nginx/ssl.conf:/config/nginx/ssl.conf:ro \ --volume /bigdata/k8s-config/nginx/site-confs:/config/nginx/site-confs:ro \ --publish 127.0.0.1:8080:80 \ - --publish 127.0.0.1:8443:443 \ + --publish 8443:443 \ --network pew-net \ linuxserver/swag:1.10.1-ls29