1
0

Merge pull request #28 from bradjones1/patch-1

Fix typo in README.md
This commit is contained in:
Yves Blusseau 2016-02-25 10:22:25 +01:00
commit a4b21b8f93

@ -73,7 +73,7 @@ $ docker run -d \
-notify-sighup nginx -watch -only-exposed -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
```
* Then start this container (NGIX_DOCKER_GEN_CONTAINER variable must contain the docker-gen container name or id):
* Then start this container (NGINX_DOCKER_GEN_CONTAINER variable must contain the docker-gen container name or id):
```bash
$ docker run -d \
-e NGINX_DOCKER_GEN_CONTAINER=nginx-gen \