Skip to content

Commit

Permalink
update CI docker compose mysql version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Nov 11, 2023
1 parent d8618cb commit 24c567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
expose:
- 6379
database:
image: mysql:8.0.29
image: mysql:8.0
restart: unless-stopped
volumes:
- ./dockerfiles/mysql/data:/var/lib/mysql/
Expand Down

0 comments on commit 24c567d

Please sign in to comment.