adding radio user

This commit is contained in:
2025-11-24 14:20:08 +00:00
parent 0e1b8abfa1
commit 624199a74d

View File

@@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get install --yes icecast2 gettext && apt-get install --yes icecast2 gettext
RUN useradd radio 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 USER radio
ENTRYPOINT [ "/entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]