mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:53 +02:00
11 lines
214 B
YAML
11 lines
214 B
YAML
version: "3.8"
|
|
services:
|
|
v4l2rtspserver:
|
|
image: mpromonet/v4l2rtspserver
|
|
command: -v -P554 -H640 -W480 -F5 -ulive
|
|
ports:
|
|
- "554:554"
|
|
devices:
|
|
- /dev/video0
|
|
restart: unless-stopped
|