Skip to content

Commit

Permalink
fix: invalid cache target in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Aug 14, 2021
1 parent d7fb4df commit 4b4dfc3
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 @@ -28,7 +28,7 @@ services:
build:
args:
- NETWORK=${NETWORK:-mainnet}
cache_from: [ cardanosolutions/ogmios:latest ]
cache_from: [ cardanosolutions/cardano-node-ogmios:latest ]
context: ./ogmios
logging:
driver: "json-file"
Expand Down

0 comments on commit 4b4dfc3

Please sign in to comment.