diff --git a/README.md b/README.md new file mode 100644 index 0000000..d286c33 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +docker-streamrec +================ + +An internet radio DVR packaged inside docker. + +**Installation:** + +* Clone streamrecord to "streamrecord" +* Build image +* Run! API / web GUI is port 80 + +**Tips:** +* Store data outside docker with: `-v /your/storage/location/:/home/streamrecord/app/files/`. Remember to create `temp` and `output` inside this directory! +