Closed zilexa closed 2 years ago
You're going to have to provide reproduction steps to see if there's anything I might be able to spot.
I've tried this several times on a new Arch Linux based machine with no issues.
Closing due to inactivity, I'll reopen the issue if you can provide reproduction steps here.
Installed Docker and Docker compose using official documentation:
This is on Manjaro Gnome.
My persistent volumes are in
$HOME/docker
and this folder is owned by the normal user, with permissions 755. This also applies to the folder$HOME/docker/analytics
which contains all the files and folders of this git.All my services work fine out-of-the-box except the containers of dockprom. When I check the log in Portainer of Prometheus and Grafana I see permission denied problems.
But how can that be, since all the mapped volumes are owned by the normal user, so root user can access them too?