Skip to content

Commit

Permalink
Bump docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Jun 29, 2022
1 parent d83c546 commit 67367b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Warning: Running db-sync with this flag and then restarting it without the flag

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

If used this docker, this flag can be provided as an extra flag to docker.

Released snapshots are compatible with these options. Since the snapshots are created without the
option, there still can be some minor inconsistencies. The above data may exist up to the slot/epoch
of the snapshot creation and can be missing afterward. To fix this, when db-sync is initiated with
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
max-file: "10"

cardano-node:
image: inputoutput/cardano-node:1.34.1
image: inputoutput/cardano-node:1.35.0
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand Down

0 comments on commit 67367b5

Please sign in to comment.