mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-09-05 15:30:40 +00:00
Audio stream
This commit is contained in:
9
audio/dockerfile
Normal file
9
audio/dockerfile
Normal 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" ]
|
Reference in New Issue
Block a user