Replies: 3 comments 5 replies
-
I'm having the same issue. I fixed it once by dumb luck, but the container setup didn't work for me so I tore it down. now pulling my hair out at this issue again. |
Beta Was this translation helpful? Give feedback.
-
I experienced this issue while changing the user:group to 3000:3000. During the process I did a chmod -R 660 on my ./data directory. This was resolved by setting the permission to 760. I have no idea why it would need execute on a pem file, but that resolved it for me. |
Beta Was this translation helpful? Give feedback.
-
I just ran into this issue as well. I was wanting to avoid mounting this directory to my host filesystem. So I configured a docker volume for it. Removing Working compose section:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Currently I run Vaultwarden in a Docker Container on a Rasperry Pi, all fine... But now, I want to move it to a Proxmox KVM but I'm unable to stage Valtwarden...
After many unsuccessful attempts with Debian, DietPi OS, Alpine, I don't know what to do... Maybe someone can help?
Other Docker containers work fine on this VM, only Vaultwarden won't start and reports these errors:
[2024-01-08 18:36:24.807][vaultwarden::util][ERROR] Can't create 'data/rsa_key.pem': Permission denied
[2024-01-08 18:36:24.807][vaultwarden][ERROR] Error creating keys, exiting...
I use Docker Compose with these values:
(The admin token is of course complete in my configuration and was created exactly according to the instructions... )
and start the containers with:
sudo docker compose up -d
The identical, but older configuration, works fine on my old Rasperry Pi....
I am grateful for any help!
Beta Was this translation helpful? Give feedback.
All reactions