expose locally for face local access

master
Paul Walko 2021-01-16 13:50:16 -05:00
parent 10eec6df13
commit f73fb4dd85
1 changed files with 2 additions and 1 deletions

View File

@ -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