File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 51
51
# docker run # Start a new Docker container using the 'docker run' command
52
52
# -d \ # Run the container in detached mode (in the background)
53
53
# --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
55
55
# eventstore/eventstore:lts \ # Specify the Docker image to use, in this case, the EventStoreDB long-term support version (lts)
56
56
# --insecure \ # Run EventStoreDB in insecure mode, without authentication and SSL/TLS security (usually for development)
57
57
# --run-projections=All \ # Enable all projections in EventStoreDB, including system and user projections
You can’t perform that action at this time.
0 commit comments