1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-08 04:12:30 +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: