Ran the following command; (The token is not my token) it’s a dummy token).
docker run -d --name vaultwarden
-e ADMIN_TOKEN=fMx9VvekTdowPflPQawRj9ttUNKRaOtl5KK73HbUdRNbBxe+gGa62wSBj8z7tsyH
-v /srv/portainer/config/vaultwarden/:/config/
-p 8011:80
vaultwarden/server:1.25.1-alpine
I then get the following error on startup. Any ideas? I don’t want it to use non-persisent. Has there been some changes from 1.25.0 to 1.25.1 that effects persistent volumes? Thanks