Skip to content

Commit

Permalink
Merge pull request #9 from cryptape/support-117
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
gpBlockchain authored Jul 31, 2024
2 parents 1263b7e + 56e2149 commit e362a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
mysql:
image: mysql:latest
image: mysql:5.7.44
ports:
- 3306:3306
environment:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
container_name: kafka

ckb:
image: nervos/ckb:v0.116.1
image: nervos/ckb:v0.117.0
user: root
ports:
- 8114:8114 # rpc
Expand Down

0 comments on commit e362a9d

Please sign in to comment.