Jonelle Amio

Results 1 issues of Jonelle Amio

I'm trying to convert this command from jwilder/nginx-proxy ``` docker run --volumes-from nginx \ -v /var/run/docker.sock:/tmp/docker.sock:ro \ -v $(pwd):/etc/docker-gen/templates \ -t jwilder/docker-gen -notify-sighup nginx -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf ``` And then...