1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-18 17:40:32 +08:00

refactor: mysql 版本升级

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

View File

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

View File

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