@@ -12,4 +12,7 @@ RUN adduser -S mopidy \
USER mopidy
+EXPOSE 6680/tcp
+EXPOSE 6600/tcp
+
ENTRYPOINT ["/usr/bin/mopidy"]