2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 18:17:25 +01:00

add ffserver

This commit is contained in:
kev
2015-07-15 19:51:48 +08:00
parent 06d53a4bcc
commit 8e56d21bc6
5 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
ffserver:
image: vimagick/ffserver
ports:
- "8090:8090"
volumes:
- ffserver.conf:/etc/ffserver.conf
- data:/data
restart: always