2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-28 16:06:34 +01:00
Files
dockerfiles_vimagick/rtmp/client/docker-compose.yml
2016-02-24 16:37:50 +08:00

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