exceptionfactory commented on a change in pull request #5068:
URL: https://github.com/apache/nifi/pull/5068#discussion_r634607675



##########
File path: nifi-docker/dockerhub/README.md
##########
@@ -62,29 +66,29 @@ The configuration scripts are suitable for at least 1.4.0+.
 
 ## Running a container
 
-### Standalone Instance, Unsecured
+### Standalone Instance secured with HTTPS and Single User Authentication
 The minimum to run a NiFi instance is as follows:
 
     docker run --name nifi \
-      -p 8080:8080 \
+      -p 8443:8443 \
       -d \
       apache/nifi:latest
 
-This will provide a running instance, exposing the instance UI to the host 
system on at port 8080,
-viewable at `http://localhost:8080/nifi`.
+This will provide a running instance, exposing the instance UI to the host 
system on at port 8443,
+viewable at `https://localhost:8443/nifi`.
 
 You can also pass in environment variables to change the NiFi communication 
ports and hostname using the Docker '-e' switch as follows:
 
     docker run --name nifi \
-      -p 9090:9090 \
+      -p 9443:9443 \

Review comment:
       Thanks @ChrisSamo632, I agree, this is part of the example showing an 
alternative port configuration.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to