Evgeny Mokeev
Results
2
comments of
Evgeny Mokeev
@Ridermansb, this is stateless Component. See [Functional and Class Components](https://facebook.github.io/react/docs/components-and-props.html#functional-and-class-components)
I have the same problem. The reason is that you change service name to `mongodb` (default `mongo`). You can add this to `mongo-express` environment like this: ```diff version: '3' services:...