2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

mpd + icecast

This commit is contained in:
kev
2016-08-17 20:22:38 +08:00
parent 5e68cc06b9
commit 27d3179c71
6 changed files with 58 additions and 24 deletions

13
icecast/arm/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
#
# Dockerfile for icecast-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache icecast
EXPOSE 8000
CMD ["icecast", "-c", "/etc/icecast.xml"]

View File

@@ -0,0 +1,5 @@
icecast:
image: easypi/icecast-arm
ports:
- "8000:8000"
restart: always