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

3 lines
147 B
Plaintext

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