From 624199a74d5cc9f6036a691607de81450e23c597 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 14:20:08 +0000 Subject: [PATCH] adding radio user --- icecast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index 398d95d..5fb8d43 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update \ && apt-get install --yes icecast2 gettext RUN useradd radio -RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 /usr/local/icecast/logs/access.log +RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 /usr/local/icecast/ USER radio ENTRYPOINT [ "/entrypoint.sh" ]