mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
8 lines
169 B
YAML
8 lines
169 B
YAML
client:
|
|
image: vimagick/rtmp-client-arm
|
|
devices:
|
|
- /dev/video0:/dev/video0
|
|
environment:
|
|
- RTMP_URI=rtmp://boss.datageek.info/live/webcam
|
|
restart: always
|