1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +02:00
dockerfiles/v4l2rtspserver/docker-compose.yml

11 lines
214 B
YAML
Raw Normal View History

2020-05-22 15:46:42 +08:00
version: "3.8"
services:
v4l2rtspserver:
image: mpromonet/v4l2rtspserver
2021-03-26 11:48:13 +08:00
command: -v -P554 -H640 -W480 -F5 -ulive
2020-05-22 15:46:42 +08:00
ports:
- "554:554"
devices:
- /dev/video0
restart: unless-stopped