From 0e1b8abfa1d8367fbd4b0563d0d5cb7e4a126270 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 14:19:41 +0000 Subject: [PATCH] adding radio user --- icecast/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index 394083b..398d95d 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -9,8 +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 - +RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 /usr/local/icecast/logs/access.log USER radio ENTRYPOINT [ "/entrypoint.sh" ]