Skip to content

Commit

Permalink
Revert: downgrade Kubo from 0.23.0 to 0.15.0 (#519)
Browse files Browse the repository at this point in the history
The upgrade seems to create issues when syncing a new node. This needs
to be investigated for a later release.
  • Loading branch information
odesenfans authored Nov 5, 2023
1 parent 9aa8885 commit a25a799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

ipfs:
restart: always
image: ipfs/kubo:v0.23.0
image: ipfs/kubo:v0.15.0
ports:
- "4001:4001"
- "4001:4001/udp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:

ipfs:
restart: always
image: ipfs/kubo:v0.23.0
image: ipfs/kubo:v0.15.0
ports:
- "4001:4001"
- "4001:4001/udp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:

ipfs:
restart: always
image: ipfs/kubo:v0.23.0
image: ipfs/kubo:v0.15.0
ports:
- "4001:4001"
- "4001:4001/udp"
Expand Down

0 comments on commit a25a799

Please sign in to comment.