Skip to content

Commit

Permalink
@ teracyhq#314 | should use alpine image for nginx-proxy Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Jul 17, 2017
1 parent 1f31f27 commit 03191fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"enabled": false,
"name": "nginx-proxy",
"repo": "jwilder/nginx-proxy",
"tag": "latest",
"tag": "alpine",
"volumes": ["/var/run/docker.sock:/tmp/docker.sock:ro", "/etc/nginx/certs:/etc/nginx/certs"],
"restart_policy": "always",
"port": ["80:80", "443:443"]
Expand Down

0 comments on commit 03191fe

Please sign in to comment.