Skip to content

Commit 94d3a44

Browse files
committed
Updated comment in start_cluster.sh. 2113 is not just for Admin UI
1 parent 3de0606 commit 94d3a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
# docker run # Start a new Docker container using the 'docker run' command
5252
# -d \ # Run the container in detached mode (in the background)
5353
# --name esdb-node \ # Assign the container a name ('esdb-node' in this case)
54-
# -p 2113:2113 \ # Map port 2113 on the host to port 2113 in the docker container. Required for the EventStoreDB Admin UI
54+
# -p 2113:2113 \ # Map port 2113 on the host to port 2113 in the docker container. Required for EventStoreDB
5555
# eventstore/eventstore:lts \ # Specify the Docker image to use, in this case, the EventStoreDB long-term support version (lts)
5656
# --insecure \ # Run EventStoreDB in insecure mode, without authentication and SSL/TLS security (usually for development)
5757
# --run-projections=All \ # Enable all projections in EventStoreDB, including system and user projections

0 commit comments

Comments
 (0)