mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-30 04:07:45 +08:00
5 lines
222 B
Bash
Executable File
5 lines
222 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 \
|
|
hasura/graphql-engine:v1.0.0-alpha45 |