Closed Svarto closed 4 years ago
I suspect that you are using an old version of HBP.
Solution #1 (best)
Specify exactly the HBP version to use like this: image: nhost/hasura-backend-plus:v2.0.0
Solution #2
Pull down the latest image of hbp: docker-compose pull
.
Thank you! Solution 1 worked great.
Hi,
I tried to install a fresh HBP instance with the docker-compose provided. Getting the following error when the HBP container tries to startup:
The graphql engine then keeps trying to connect but can't as the HBP container has not started.
My docker-compose:
Anyone has an idea what is going on?