mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
11 lines
200 B
YAML
11 lines
200 B
YAML
version: "3.8"
|
|
services:
|
|
v4l2rtspserver:
|
|
image: mpromonet/v4l2rtspserver
|
|
command: -H640 -W480 -P554
|
|
ports:
|
|
- "554:554"
|
|
devices:
|
|
- /dev/video0
|
|
restart: unless-stopped
|