From 347cf5fec207cdfcfa211ba57479c97216f96bf4 Mon Sep 17 00:00:00 2001 From: Petronald Green Date: Thu, 13 May 2021 16:10:41 -0400 Subject: [PATCH] bump openresty to 1.19.3.1 --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1647b73..e3941c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.15.8.3-2-bionic +FROM openresty/openresty:1.19.3.1-8-bionic RUN mkdir /etc/resty-auto-ssl RUN chown www-data /etc/resty-auto-ssl diff --git a/README.md b/README.md index 92af0b9..228884d 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,13 @@ openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \ then build and run. ``` -docker build -t openresty . +docker build -t openresty-ssl . docker run -it --rm \ -p 80:80 \ -p 443:443 \ --env DNS_DOMAIN=nf.syscloak.com \ --env PROXY_PASS=http://172.17.0.1:8000 \ - openresty + openresty-ssl ```