mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
e95259e1f4
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8775 GitOrigin-RevId: e5cfc438c3f14efc0dfd9a8bbbec984c7d203674
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.23.0
|