You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
240 B

  1. # nginx-envtpl
  2. Nginx image with support for enviornment variables using [envtpl](https://github.com/andreasjansson/envtpl)
  3. ## Usage
  4. ```sh
  5. $ docker run -d -p 80:80 -v ./nginx.conf.tpl:/etc/nginx/nginx.conf.tpl schickling/nginx-envtpl
  6. ```