nginx-proxy-auto-docker/app/Procfile
2022-11-02 06:28:52 +01:00

2 lines
147 B
Text

dockergen: docker-gen -watch -notify "nginx -s reload" ${DOCKERGEN_ARGS} /app/nginx.tmpl /etc/nginx/conf.d/default.conf
nginx: nginx ${NGINX_ARGS}