This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch NIFIREG-371-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 553fe651e04c968202bcf761c876444a045e09f7 Author: Alex Voitau <[email protected]> AuthorDate: Tue Dec 3 12:43:47 2019 -0800 Fix typo in dockerhub README example. --- nifi-registry-core/nifi-registry-docker/dockerhub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/README.md b/nifi-registry-core/nifi-registry-docker/dockerhub/README.md index 9c41024..d3489ee 100644 --- a/nifi-registry-core/nifi-registry-docker/dockerhub/README.md +++ b/nifi-registry-core/nifi-registry-docker/dockerhub/README.md @@ -58,7 +58,7 @@ You can also pass in environment variables to change the NiFi Registry communica docker run --name nifi-registry \ -p 19090:19090 \ -d \ - -e NIFI_REGISTRY_WEB_HTTP_PORT='19090' + -e NIFI_REGISTRY_WEB_HTTP_PORT='19090' \ apache/nifi-registry:latest For a list of the environment variables recognised in this build, look into the .sh/secure.sh and .sh/start.sh scripts
