From b325dad98d4c62f9267579e12d4f335cf5dfef25 Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Sun, 12 Jun 2016 13:54:48 -0600 Subject: [PATCH] Remove -only-exposed from Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8547156..0fa56e7 100644 --- a/Procfile +++ b/Procfile @@ -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 -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf