mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
mpd + icecast
This commit is contained in:
13
icecast/arm/Dockerfile
Normal file
13
icecast/arm/Dockerfile
Normal 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"]
|
||||
5
icecast/arm/docker-compose.yml
Normal file
5
icecast/arm/docker-compose.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
icecast:
|
||||
image: easypi/icecast-arm
|
||||
ports:
|
||||
- "8000:8000"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user