Sign inSign up

pahud/openresty

By pahud

Updated almost 7 years ago

openresty with docker

Image
2

10K+

pahud/openresty repository overview

openresty with docker

docker run --name openresty -p 80:80 -d pahud/openresty

include extra locations into nginx.conf

Syntax:

docker run -d --name openresty  -e EXTRA_NGINX_CONF_URL="<EXTRA_NGINX_CONF_URL>" -p 80:80 -d pahud/openresty

Example:

docker run -d --name openresty  -e EXTRA_NGINX_CONF_URL="https://gist.githubusercontent.com/pahud/7ea408089eb4f81be127de5c4b2846f5/raw/5aca21248e921445b22edb4e286f0dd75a5c2ce5/openresty-common-extra-locations.conf" -p 80:80 -d pahud/openresty

Tag summary

Content type

Image

Digest

sha256:5cf8b5363

Size

170.2 MB

Last updated

almost 7 years ago

docker pull pahud/openresty