We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5d359 commit dfaf2c6Copy full SHA for dfaf2c6
docker-compose.yaml
@@ -1,11 +1,10 @@
1
services:
2
ogmios:
3
- image: cardanosolutions/cardano-node-ogmios:v6.7.1_9.1.1-${NETWORK:-preview}
+ image: cardanosolutions/cardano-node-ogmios:latest-${NETWORK:-preview}
4
platform: linux/amd64
5
command: [
6
]
7
volumes:
8
- # - ./cardano-configurations/network/${NETWORK:-preview}:/config
9
- node-ipc-${NETWORK:-preview}:/ipc
10
- node-db-${NETWORK:-preview}:/db
11
ports:
0 commit comments