new icecast image
This commit is contained in:
@@ -65,6 +65,7 @@ services:
|
|||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
icecast2:
|
icecast2:
|
||||||
|
platform: linux/amd64
|
||||||
build:
|
build:
|
||||||
context: ./icecast
|
context: ./icecast
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/jee-r/icecast:latest
|
FROM --platform=linux/amd64 pltnk/icecast2
|
||||||
|
|
||||||
# Copy template + entrypoint into image
|
# Copy template + entrypoint into image
|
||||||
COPY icecast.xml.template /etc/icecast2/icecast.xml.template
|
COPY icecast.xml.template /etc/icecast2/icecast.xml.template
|
||||||
|
|||||||
Reference in New Issue
Block a user