From b64af47bec13906be3ed0e8830eb50ede9e25c37 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 5 Apr 2026 22:02:11 +0200 Subject: [PATCH] Add linux/arm64 support --- Dockerfile | 5 ++--- compose.yaml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6220ef..cf7f4a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ -FROM jrottenberg/ffmpeg:7.1.1-alpine320 +FROM alpine:3.20 -# no glibc -RUN apk add --no-cache su-exec +RUN apk add --no-cache ffmpeg su-exec RUN mkdir -p /output diff --git a/compose.yaml b/compose.yaml index bbc6eab..6e7c98e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: - ffmpeg-archive: + stream-archive: build: . - container_name: ffmpeg-archive + container_name: stream-archive environment: - INPUT=${INPUT:-rtsp://your-stream-url} # uses strftime for naming