forked from Doma/docker-mopidy
alsa support
This commit is contained in:
@@ -52,8 +52,7 @@ COPY pulse-client.conf /etc/pulse/client.conf
|
||||
# Allows any user to run mopidy, but runs by default as a randomly generated UID/GID.
|
||||
ENV HOME=/var/lib/mopidy
|
||||
RUN set -ex \
|
||||
&& usermod -u 84044 mopidy \
|
||||
&& groupmod -g 84044 audio \
|
||||
&& usermod -u 84044 -G audio,sudo mopidy \
|
||||
&& chown mopidy:audio -R $HOME /entrypoint.sh \
|
||||
&& chmod go+rwX -R $HOME /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user