From c9aa05f33325e6356ce457f3e3d8cc5fa86bc053 Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Fri, 20 Feb 2026 20:28:02 +0700 Subject: [PATCH] fix: remove build section from docker-compose for NAS pull-only deployment, update TZ --- docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 76d7ad4..01bf90d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,6 @@ version: "3.9" services: douyin_tiktok_download_api: - # Build from the current directory - build: - context: . - dockerfile: Dockerfile image: git.khoavo.myds.me/vndangkhoa/kv-tiktok-download:v1 container_name: douyin_tiktok_download_api restart: always @@ -23,7 +19,7 @@ services: # - ./logs:/app/logs environment: - - TZ=${TZ:-Asia/Shanghai} + - TZ=${TZ:-Asia/Ho_Chi_Minh} - PUID=${PUID:-1026} - PGID=${PGID:-100} # You can add other environment variables here if the app supports them