/etc/ permissions for radio user
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 34s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 34s
This commit is contained in:
@@ -4,8 +4,8 @@ RUN apt-get update \
|
|||||||
&& apt-get install --yes icecast2 gettext media-types \
|
&& apt-get install --yes icecast2 gettext media-types \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN useradd radio
|
RUN useradd radio
|
||||||
RUN mkdir -p /music
|
RUN mkdir -p /music /etc/liquidsoap
|
||||||
RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 /music
|
RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 /music /etc/liquidsoap
|
||||||
USER radio
|
USER radio
|
||||||
COPY icecast.xml.template /etc/icecast2/icecast.xml.template
|
COPY icecast.xml.template /etc/icecast2/icecast.xml.template
|
||||||
COPY stream.liq.template /etc/liquidsoap/stream.liq.template
|
COPY stream.liq.template /etc/liquidsoap/stream.liq.template
|
||||||
|
|||||||
Reference in New Issue
Block a user