Skip to content

Commit 67367b5

Browse files
committed
Bump docker
1 parent d83c546 commit 67367b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Warning: Running db-sync with this flag and then restarting it without the flag
3232

3333
Known issues: When this flag in enabled, the `--state-dir` option still needs to be provided, even though db-sync will completely ignore it.
3434

35+
If used this docker, this flag can be provided as an extra flag to docker.
36+
3537
Released snapshots are compatible with these options. Since the snapshots are created without the
3638
option, there still can be some minor inconsistencies. The above data may exist up to the slot/epoch
3739
of the snapshot creation and can be missing afterward. To fix this, when db-sync is initiated with

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
max-file: "10"
3232

3333
cardano-node:
34-
image: inputoutput/cardano-node:1.34.1
34+
image: inputoutput/cardano-node:1.35.0
3535
environment:
3636
- NETWORK=${NETWORK:-mainnet}
3737
volumes:

0 commit comments

Comments
 (0)