From 03191fe21051d50c853ae1ecd3969a7c1403fff4 Mon Sep 17 00:00:00 2001 From: hoatle Date: Tue, 18 Jul 2017 01:24:59 +0700 Subject: [PATCH] @ #314 | should use alpine image for nginx-proxy Docker image --- vagrant_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant_config.json b/vagrant_config.json index 88e47d1a..ac584586 100644 --- a/vagrant_config.json +++ b/vagrant_config.json @@ -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"]