Skip to content

Commit

Permalink
get HASURA_GRAPHQL_PORT from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
sacsand authored Apr 4, 2020
1 parent 95d1ed6 commit e923a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
graphql-engine:
image: hasura/graphql-engine:v1.1.1
ports:
- "8080:8080"
- ${HASURA_GRAPHQL_PORT:-8080}:8080 # get port value from env if not use default port 8080
depends_on:
- "postgres"
restart: always
Expand Down

0 comments on commit e923a1a

Please sign in to comment.