fix docker time to GMT+7

This commit is contained in:
2026-05-05 16:29:38 +07:00
parent 16c35803a7
commit 37cce10422
3 changed files with 21 additions and 4 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
services:
mediamtx:
image: bluenviron/mediamtx:1-ffmpeg
#image: bluenviron/mediamtx:1-ffmpeg
build: .
environment:
- TZ=Asia/Ho_Chi_Minh
container_name: mediamtx
ports:
- 9997:9997/tcp
@@ -9,5 +12,5 @@ services:
- 8189:8189/udp
volumes:
- ./mediamtx.yml:/mediamtx.yml
- ./recordings:/recordings
- ./recordings:/recordings
restart: unless-stopped