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" ]