1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/v4l2rtspserver/docker-compose.yml

11 lines
214 B
YAML
Raw Normal View History

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