new icecast image

This commit is contained in:
2025-11-24 13:17:30 +00:00
parent 00c1c71d28
commit b0918d6499
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ services:
- app-network
icecast2:
platform: linux/amd64
build:
context: ./icecast
dockerfile: Dockerfile

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/jee-r/icecast:latest
FROM --platform=linux/amd64 pltnk/icecast2
# Copy template + entrypoint into image
COPY icecast.xml.template /etc/icecast2/icecast.xml.template