navidrome / website

Navidrome's documentation website
https://www.navidrome.org
Apache License 2.0
18 stars 92 forks source link

Rootless docker install #153

Open key262yek opened 4 months ago

key262yek commented 4 months ago

I'm trying to install navidrome using rootless docker on Ubuntu 22.04, docker v25.0.3 If I just follows the docker install instruction it fails with 'permission error' I think the way of setting 'uid:gid' via enviromental variable fails in rootless docker. Since the rootful docker work with root user without user variable, rootless docker should work with current user in the same situation. So I deleted user variable and it works fine. I think the instruction for rootless docker should be added.