Skip to content

Commit bd6a2d4

Browse files
committed
Update docker image mysql version to 8
1 parent 555545b commit bd6a2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
container_name: healthpro-mysql
99
hostname: healthpro-mysql
1010
platform: linux/x86_64
11-
image: mysql:5.7
11+
image: mysql:8.0.37
1212
ports:
1313
- "53306:3306"
1414
volumes:

0 commit comments

Comments
 (0)