mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-01 10:37:26 +01:00
11 lines
236 B
YAML
11 lines
236 B
YAML
services:
|
|
v4l2rtspserver:
|
|
image: mpromonet/v4l2rtspserver:v0.3.11
|
|
command: -v -P554 -G640x480x5 -ulive /dev/video0
|
|
ports:
|
|
- "554:554"
|
|
devices:
|
|
- /dev/video0
|
|
privileged: true
|
|
restart: unless-stopped
|