mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
c1eb1b5091
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10858 GitOrigin-RevId: 2cccd5cbd862dc90c31598fedfc69c2066e800f9
7 lines
257 B
Bash
Executable File
7 lines
257 B
Bash
Executable File
#! /bin/bash
|
|
docker run -d -p 8080:8080 \
|
|
-e HASURA_GRAPHQL_DATABASE_URL=postgres://username:password@hostname:port/dbname \
|
|
-e HASURA_GRAPHQL_ENABLE_CONSOLE=true \
|
|
-e HASURA_GRAPHQL_DEV_MODE=true \
|
|
hasura/graphql-engine:v2.40.0
|