Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit 7f5e49d

Browse files
author
@_sopitz
committed
output docker-gen console
1 parent ec846e7 commit 7f5e49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Procfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nginx: nginx
2-
confgen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
3-
sslgen: docker-gen -watch -only-exposed -notify "/createSSL.sh" /app/ssl.tmpl /createSSL.sh
2+
confgen: docker-gen -notify-output -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
3+
sslgen: docker-gen -notify-output -watch -only-exposed -notify "/createSSL.sh" /app/ssl.tmpl /createSSL.sh
44
cron: /usr/sbin/cron -f

0 commit comments

Comments
 (0)