fix docker time to GMT+7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user