Audio stream

This commit is contained in:
nicco
2018-06-29 11:05:51 +02:00
parent 4b76d40354
commit 743290d462
4 changed files with 89 additions and 0 deletions

9
audio/dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM alpine:3.7
RUN apk add --no-cache icecast
WORKDIR /usr/share/icecast
RUN mkdir ./logs
RUN chown -R icecast: .
CMD [ "icecast", "-c","icecast.xml" ]