mirror of https://github.com/apache/nifi.git
NIFI-5883 - Update README.md
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #3209.
This commit is contained in:
parent
84c32f9137
commit
ecbed6a782
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue