fix: remove build section from docker-compose for NAS pull-only deployment, update TZ
This commit is contained in:
parent
3467472fb7
commit
c9aa05f333
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue