Skip to content

Commit

Permalink
fix: mount local config into cardano-node-ogmios
Browse files Browse the repository at this point in the history
The current version of `cardano-node-ogmios` contains p2p configuration, as it was released prior
to the transformation to avoid the p2p bug in the core.
The Docker Compose file is already dependent on having `cardano-configurations` cloned, so this
change has no impact on usability.
  • Loading branch information
rhyslbw committed Sep 8, 2022
1 parent 49d1212 commit f055378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
volumes:
- node-db:/db
- node-ipc:/ipc
- ./config/network/${NETWORK:-mainnet}:/config

cardano-db-sync:
image: inputoutput/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.0.4}
Expand Down

0 comments on commit f055378

Please sign in to comment.