Configure server administrator - how to set password #3689

Closed
opened 2026-04-06 05:27:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ghost on 11/13/2018

I created container using:

docker run -d --name bitwarden \
  -e SERVER_ADMIN_EMAIL=my@admin.email \
  -v /bw-data/:/data/ \
  -p 80:80 \
  mprasil/bitwarden:latest

How to set up password for this admin account?
I have already normal user account that I use

*Originally created by @ghost on 11/13/2018* I created container using: ``` docker run -d --name bitwarden \ -e SERVER_ADMIN_EMAIL=my@admin.email \ -v /bw-data/:/data/ \ -p 80:80 \ mprasil/bitwarden:latest ``` How to set up password for this admin account? I have already normal user account that I use
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#3689