Example and makes it simpler to have safer passwords.

Fixes #18.
This commit is contained in:
Werner Beroux
2018-08-12 22:23:56 +02:00
parent c59cb7a5bb
commit fc448535c0
2 changed files with 47 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ RUN set -ex \
pyopenssl \
requests[security] \
youtube-dl \
&& mkdir -p /var/lib/mopidy/.config/mopidy \
&& ln -s /config/ /var/lib/mopidy/.config/mopidy \
# Clean-up
&& apt-get purge --auto-remove -y \
curl \
@@ -42,7 +44,7 @@ RUN set -ex \
COPY entrypoint.sh /entrypoint.sh
# Default configuration.
COPY mopidy.conf /var/lib/mopidy/.config/mopidy/mopidy.conf
COPY mopidy.conf /config/mopidy.conf
# Copy the pulse-client configuratrion.
COPY pulse-client.conf /etc/pulse/client.conf