File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ docker run \
80
80
-v $PWD/config/network/mainnet/cardano-db-sync:/config \
81
81
-v $PWD/config/network/mainnet/genesis:/genesis \
82
82
-v $PWD/node-ipc:/node-ipc \
83
- ghcr.io/input-output-hk/cardano-db-sync:13.1.1.2 \
83
+ ghcr.io/input-output-hk/cardano-db-sync:13.1.1.2-docker \
84
84
run --config /config/config.yaml --socket-path /node-ipc/node.socket # command
85
85
```
86
86
@@ -113,7 +113,7 @@ For `docker-compose`:
113
113
114
114
``` yaml
115
115
cardano-db-sync :
116
- image : ghcr.io/input-output/cardano-db-sync:13.1.1.2
116
+ image : ghcr.io/input-output/cardano-db-sync:13.1.1.2-docker
117
117
...
118
118
working_dir : /var/lib/cexplorer
119
119
volumes :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ services:
53
53
max-file : " 10"
54
54
55
55
cardano-db-sync :
56
- image : ghcr.io/input-output-hk/cardano-db-sync:13.1.1.2
56
+ image : ghcr.io/input-output-hk/cardano-db-sync:13.1.1.2-docker
57
57
environment :
58
58
- DISABLE_LEDGER=${DISABLE_LEDGER}
59
59
- NETWORK=${NETWORK:-mainnet}
You can’t perform that action at this time.
0 commit comments