correct platform

This commit is contained in:
2025-11-24 13:22:24 +00:00
parent 8aaeccc1dd
commit 89e0c5b425
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,5 @@
FROM --platform=linux/amd64 pltnk/icecast2 FROM pltnk/icecast2
RUN apk add --no-cache gettext RUN apk add --no-cache gettext