refactor: mysql 版本升级

This commit is contained in:
wanghe-fit2cloud 2023-08-03 14:49:18 +08:00
parent 0fa17f2a66
commit a9a8adcfd6
6 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
mysql: mysql:
image: mysql:5.7.42 image: mysql:5.7.43
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
environment: environment:

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
mysql: mysql:
image: mysql:8.0.34 image: mysql:8.1.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
environment: environment: