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