Files
dvcp-node-service/docker-compose.yml
aixianling 99331d5b8d build(docker): 设置容器时区为亚洲上海
- 在 docker-compose.yml 文件中添加 TZ 环境变量
- 设置 TZ 为 Asia/Shanghai,以确保容器内时区与北京时间一致
2024-12-20 17:03:47 +08:00

13 lines
185 B
YAML

version: "3"
services:
oms:
build:
context: .
container_name: "oms-service"
ports:
- "12525:12525"
environment:
- NODE_ENV
- TZ=Asia/Shanghai