@@ -29,6 +29,7 @@ services:
- MYSQL_SERVICE_PORT=3306
- MYSQL_SERVICE_USER=test
- MYSQL_SERVICE_PASSWORD=Test_123456
+ - MYSQL_SERVICE_DB_PARAM=characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8848/nacos/index.html"]
interval: 15s