An open API service indexing awesome lists of open source software.

https://github.com/a0s/nginx-with-env

Just official nginx with envs
https://github.com/a0s/nginx-with-env

Last synced: 5 months ago
JSON representation

Just official nginx with envs

Awesome Lists containing this project

README

          

See "Using environment variables in nginx configuration" at [official nginx image page](https://hub.docker.com/_/nginx)

How to use
----------

```shell
docker run --rm -e NGINX_PORT=7777 -p 8080:7777 nginx-with-env:1.21.1-alpine
```