Repository: nifi
Updated Branches:
  refs/heads/master 84c32f913 -> ecbed6a78


NIFI-5883 - Update README.md

Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>

This closes #3209.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ecbed6a7
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ecbed6a7
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/ecbed6a7

Branch: refs/heads/master
Commit: ecbed6a7828b0edf108f71e4cea77e9c072267d0
Parents: 84c32f9
Author: Dan Levy <397632+just...@users.noreply.github.com>
Authored: Thu Dec 6 23:06:59 2018 -0700
Committer: Pierre Villard <pierre.villard...@gmail.com>
Committed: Fri Dec 7 14:43:54 2018 +0100

----------------------------------------------------------------------
 nifi-docker/dockerhub/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/ecbed6a7/nifi-docker/dockerhub/README.md
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/README.md b/nifi-docker/dockerhub/README.md
index dabf7eb..e2123da 100644
--- a/nifi-docker/dockerhub/README.md
+++ b/nifi-docker/dockerhub/README.md
@@ -78,7 +78,7 @@ You can also pass in environment variables to change the NiFi 
communication port
     docker run --name nifi \
       -p 9090:9090 \
       -d \
-      -e NIFI_WEB_HTTP_PORT='9090'
+      -e NIFI_WEB_HTTP_PORT='9090' \
       apache/nifi:latest
 
 For a list of the environment variables recognised in this build, look into 
the .sh/secure.sh and .sh/start.sh scripts

Reply via email to