Eventstore version
maurosergiosilva opened this issue · 1 comments
maurosergiosilva commented
Latest version from eventstore is based in release 20.6.0. This release needs an enviroment variable to use http (release 20.6.0 use https):
environment:
- EVENTSTORE_DEV=true
I'm fixing image in my docker-compose to image: eventstore/eventstore:release-5.0.8
, since I'm still trying to makes my dev enviroment to works (run it using vscode node.js debug terminal first, and afte run docker version in debug mode).
juicycleff commented
@maurosergiosilva this actually correct and should be noted. I to restrict the version for now