change docker setting
All checks were successful
Oracle-Deploy / redeploy (push) Successful in 30s

This commit is contained in:
2026-03-24 10:09:18 +08:00
parent a908c82f9a
commit f6f141adda

View File

@@ -4,6 +4,8 @@ services:
container_name: linebot-app
ports:
- "8000:8000"
environment:
- TZ=Asia/Taipei # 💡 加上這行強制設定時區
env_file:
- .env
volumes: