Skip to content

Commit

Permalink
bump openresty to 1.19.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldgrn committed May 13, 2021
1 parent 9f987c1 commit 347cf5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 347cf5f

Please sign in to comment.