We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2ffd4 commit 50ce266Copy full SHA for 50ce266
docker-compose.yml
@@ -31,7 +31,7 @@ services:
31
max-file: "10"
32
33
cardano-node:
34
- image: inputoutput/cardano-node:1.35.3-rc1
+ image: inputoutput/cardano-node:1.35.3
35
environment:
36
- NETWORK=${NETWORK:-mainnet}
37
volumes:
@@ -52,7 +52,7 @@ services:
52
53
54
cardano-db-sync:
55
- image: inputoutput/cardano-db-sync:13.0.4-rc1
+ image: inputoutput/cardano-db-sync:13.0.4
56
57
58
- POSTGRES_HOST=postgres
0 commit comments