I install and run EventStore with this command:
docker run --name eventstore-node -d -p 2113:2113 -p 1113:1113 eventstore/eventstore
the container stops when running
log file image: click here
I did the comments here didn't help me
I install and run EventStore with this command:
docker run --name eventstore-node -d -p 2113:2113 -p 1113:1113 eventstore/eventstore
the container stops when running
log file image: click here
I did the comments here didn't help me
Copyright © 2021 Jogjafile Inc.
It tells you what's wrong in the log. You either need to provide the certificates configuration, or the
insecureoption. If you want the embedded UI to work, you also need to enable AtomPub.If you copy-paste the command from the docs, it will work.