Skip to content

Commit

Permalink
Merge pull request #359 from hoatle/improvements/#314-alpine-image-fo…
Browse files Browse the repository at this point in the history
…r-nginx-proxy-docker-image

@ #314 | should use alpine image for nginx-proxy Docker image
  • Loading branch information
phuonglm authored Jul 19, 2017
2 parents 1f31f27 + 03191fe commit c0b147a
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 c0b147a

Please sign in to comment.