Search found 2 matches

by Luthair
Fri Oct 26, 2018 2:04 pm
Forum: Help and Support
Topic: Docker
Replies: 15
Views: 28014

Re: Docker

You need to mount /profile (containing UMS.conf - this ensures your customization is not lost on restart) and /media (containing media files) to directories in local system. A sample below: docker run -it -p 5002:5002 -p 9001:9001 -v /c/Users/Downloads/:/media -v /c/Users/profile/:/profile ums Yep,...
by Luthair
Wed Oct 24, 2018 2:38 pm
Forum: Help and Support
Topic: Docker
Replies: 15
Views: 28014

Docker

Is there any documentation on how to properly use the docker image? My guess was that the /profile volume should point at a directory with a UMS.conf file, however by the logs it does not appear to be the case. WARN 03:50:30.497 [main] Can't load neither /root/.config/UMS/UMS.conf: Unable to load th...