mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
8 lines
154 B
YAML
8 lines
154 B
YAML
|
vnc2flv:
|
||
|
image: vimagick/vnc2flv
|
||
|
command: -P /pwdfile -o record.flv localhost 5900
|
||
|
volumes:
|
||
|
- ./pwdfile:/pwdfile
|
||
|
- ./data:/data
|
||
|
net: host
|