From 5f009f25676161fdd1805a61f0a00bf903bee4ec Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 14:20:24 +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 5fb8d43..556a976 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/ +RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 USER radio ENTRYPOINT [ "/entrypoint.sh" ]