From 5a657f3a84fe161816830f67c5c027d0bc0ee3d2 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 1 Apr 2026 13:45:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(X-Pack):=20=E5=AE=9A=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E5=91=8A-Playwright=20=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=97=B6=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/dataease/docker-compose-playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/dataease/docker-compose-playwright.yml b/installer/dataease/docker-compose-playwright.yml index 8ad8002e33..2566572c32 100644 --- a/installer/dataease/docker-compose-playwright.yml +++ b/installer/dataease/docker-compose-playwright.yml @@ -7,6 +7,7 @@ services: privileged: true environment: - CONCURRENCY=${DE_PLAYWRIGHT_CONCURRENCY} + - TZ=Asia/Shanghai volumes: - ${DE_BASE}/dataease2.0/logs:/opt/app/logs restart: unless-stopped