OwO-Network / DeepLX

Powerful Free DeepL API, No Token Required
https://ssa.sx/deeplx
MIT License
6.7k stars 534 forks source link

临时解决时区问题 #110

Closed QYG2297248353 closed 7 months ago

QYG2297248353 commented 7 months ago

临时解决方案: 挂载系统时区文件,因此如果是使用windows等系统将无法使用

version: "3.8"

services:
  deeplx:
    volumes:
      - /etc/localtime:/etc/localtime:ro
    # 其他配置

Originally posted by @QYG2297248353 in https://github.com/OwO-Network/DeepLX/issues/109#issuecomment-2078790063