mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
26a69b3821
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3175 GitOrigin-RevId: 702444a8adba2817540382396704bcfbad0df228
7 lines
256 B
Bash
Executable File
7 lines
256 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.1.1
|