From 08b2ea3f450b6378dc38fa5e722b548ee2438e43 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 28 Oct 2017 18:44:28 +0100 Subject: [PATCH] Update README.md --- contrib/nginx/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/nginx/README.md b/contrib/nginx/README.md index da8763c7..071544b3 100644 --- a/contrib/nginx/README.md +++ b/contrib/nginx/README.md @@ -70,7 +70,8 @@ Deploy Nginx $ docker service rm gwnginx ; \ docker service create --network=func_functions \ --secret openfaas_htpasswd \ - --publish 8080:8080 --name gwnginx gwnginx + --publish 8080:8080 \ + --name gwnginx alexellis/gwnginx:0.1 ``` ### Connect to the UI