Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cebartling/f9ee3841f75f041c7fbf09101c0079fb to your computer and use it in GitHub Desktop.
Save cebartling/f9ee3841f75f041c7fbf09101c0079fb to your computer and use it in GitHub Desktop.
Hasura docker-compose up error
Creating network "up-and-running-with-hasura_default" with the default driver
Creating volume "up-and-running-with-hasura_db_data" with default driver
Creating up-and-running-with-hasura_postgres_1 ... done
Creating up-and-running-with-hasura_graphql-engine_1 ... error
ERROR: for up-and-running-with-hasura_graphql-engine_1 Cannot start service graphql-engine: driver failed programming external connectivity on endpoint up-and-running-with-hasura_graphql-engine_1 (907e6ac36da2c10c8288f89ac39f3b259d1de242720bbb41035085a775c60fe9): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use
ERROR: for graphql-engine Cannot start service graphql-engine: driver failed programming external connectivity on endpoint up-and-running-with-hasura_graphql-engine_1 (907e6ac36da2c10c8288f89ac39f3b259d1de242720bbb41035085a775c60fe9): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use
ERROR: Encountered errors while bringing up the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment