nginx-proxy-auto-docker/Procfile
2015-01-03 16:39:56 +01:00

3 lines
213 B
Text

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 /app/index.html.tmpl /app/www/index.html