mv nginx.tmpl to templates dir

This commit is contained in:
Li Pengcheng 2016-05-12 18:29:49 +08:00
parent 0ef8dca98c
commit 7c52b2bea7
2 changed files with 1 additions and 1 deletions

View file

@ -1,2 +1,2 @@
nginx: nginx
dockergen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
dockergen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/templates/nginx.tmpl /etc/nginx/conf.d/default.conf