I have portainer running as a service in Arch linux. The portainer.db file is located at /var/lib/portainer however when I pass that in to docker it cannot locate.
This is the exact command I enter
docker run --rm -v portainer_portainer_data:/var/lib/portainer portainer/helper-reset-password
I have also tried making a /data folder and placing the portainer.db file there