Skip to content

Commit

Permalink
fix: add network suffix to Docker Compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Aug 25, 2021
1 parent 6fefeb9 commit 53059b9
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 @@ -102,7 +102,7 @@ services:
cache_from: [ inputoutput/cardano-graphql:latest ]
context: .
target: server
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-5.1.0-beta.1}
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-5.1.0-beta.1}-${NETWORK:-mainnet}
environment:
- ALLOW_INTROSPECTION=true
- CACHE_ENABLED=true
Expand Down

0 comments on commit 53059b9

Please sign in to comment.