This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
The following commit(s) were added to refs/heads/master by this push:
new 763a2d6 Fix typo in dockerhub README example.
763a2d6 is described below
commit 763a2d60ac667e7a214b91da270744fb876e3172
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