From 457e4fee0e5db4469d0ed47207b97cec4c987402 Mon Sep 17 00:00:00 2001 From: Robin Speekenbrink Date: Thu, 23 Jun 2016 10:41:22 +0200 Subject: [PATCH] updated nginx config link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 768525d..1456715 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Why doesn't it work?, well Nginx is running on port 80 while the container has b This can be fixed by mapping the port on the host to the port in the container with a `portMapping`. Note the network mode has to be changed from `HOST` to `BRIDGE` too. -- Go to the configuration editor in JSON mode and change the config to the following [nginx-with-ports-configured.json](nginx-with-ports-configured.json) +- Go to the configuration editor in JSON mode and change the config to the following [nginx-with-ports-configured.json](./examples/nginx-with-ports-configured.json) - Now click the link in the instances tab again and you should see the default Nginx page