mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-16 08:10:59 +00:00
fix: add timezone
This commit is contained in:
@@ -127,6 +127,7 @@ services:
|
|||||||
OPENSEARCH_PORT: 9200
|
OPENSEARCH_PORT: 9200
|
||||||
MYSQL_PORT: 3306
|
MYSQL_PORT: 3306
|
||||||
REDIS_PORT: 6379
|
REDIS_PORT: 6379
|
||||||
|
JAVA_OPTS: "-Duser.timezone=Asia/Shanghai"
|
||||||
ports:
|
ports:
|
||||||
- "${SERVER_PORT:-8080}:${SERVER_PORT:-8080}"
|
- "${SERVER_PORT:-8080}:${SERVER_PORT:-8080}"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user