Skip to content

Commit 4b32365

Browse files
committed
Update docker tags @ 13.1.1.2-docker
1 parent b280b90 commit 4b32365

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ docker run \
8080
-v $PWD/config/network/mainnet/cardano-db-sync:/config \
8181
-v $PWD/config/network/mainnet/genesis:/genesis \
8282
-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 \
8484
run --config /config/config.yaml --socket-path /node-ipc/node.socket # command
8585
```
8686

@@ -113,7 +113,7 @@ For `docker-compose`:
113113

114114
```yaml
115115
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
117117
...
118118
working_dir: /var/lib/cexplorer
119119
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
max-file: "10"
5454

5555
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
5757
environment:
5858
- DISABLE_LEDGER=${DISABLE_LEDGER}
5959
- NETWORK=${NETWORK:-mainnet}

0 commit comments

Comments
 (0)