Update MySQL image version to 5.7.44

This commit is contained in:
没人在家请按门铃
2026-06-08 19:07:49 +08:00
committed by GitHub
parent ee7b43fed3
commit 5d7f61837a
+1 -1
View File
@@ -3,7 +3,7 @@ services:
mysql: mysql:
# image: mysql:8.0.36 # image: mysql:8.0.36
image: mysql:5.7.42 image: mysql:5.7.44
container_name: mysql container_name: mysql
ports: ports:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"