1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

Stream logs to stdout/err

Nginx and docker-gen logs can now be seen via docker logs.
This commit is contained in:
Jason Wilder
2014-06-03 16:30:05 -06:00
parent 95d4f67a59
commit 4f3d690cd3
4 changed files with 27 additions and 31 deletions

2
Procfile Normal file
View File

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