Merge pull request #11917 from dataease/pr@dev-v2_change_mysql_image

chore: 调整MySQL镜像为8.4.0-oraclelinux8
This commit is contained in:
fit2cloudrd 2024-09-02 17:46:23 +08:00 committed by GitHub
commit 49976043ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ version: '3'
services:
DE_MYSQL_HOST:
image: registry.cn-qingdao.aliyuncs.com/dataease/mysql:8.4.2
image: registry.cn-qingdao.aliyuncs.com/dataease/mysql:8.4.0
container_name: ${DE_MYSQL_HOST}
healthcheck:
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "-u${DE_MYSQL_USER}", "-p${DE_MYSQL_PASSWORD}", "--protocol","tcp"]