fix: add timezone

This commit is contained in:
tim
2025-10-01 16:08:53 +08:00
parent 6f9570dc95
commit 737157e557

View File

@@ -127,6 +127,7 @@ services:
OPENSEARCH_PORT: 9200
MYSQL_PORT: 3306
REDIS_PORT: 6379
JAVA_OPTS: "-Duser.timezone=Asia/Shanghai"
ports:
- "${SERVER_PORT:-8080}:${SERVER_PORT:-8080}"
volumes: