Skip to content

Commit

Permalink
Fix MySQL version like in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Dec 13, 2024
1 parent 407e819 commit 50e5647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
jhonline-mysql:
image: mysql:8
image: mysql:8.2.0
# volumes:
# - ~/volumes/jhipster/jhonline/mysql/:/var/lib/mysql/
environment:
Expand Down

0 comments on commit 50e5647

Please sign in to comment.