mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 10:49:20 -07:00
The quotes make the ADMIN TOKEN appear to be a plain password. I had to remove them to make it work. Maybe I am wrong. Using Unraid.
@@ -131,7 +131,7 @@ WARNING: The m variable is not set. Defaulting to a blank string.
|
|||||||
|
|
||||||
**.env:**
|
**.env:**
|
||||||
|
|
||||||
_Make sure you use single quotes in the `.env` file used by docker-compose._
|
_Make sure you do not use single quotes in the `.env` file used by docker-compose._
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
VAULTWARDEN_ADMIN_TOKEN='$argon2id$v=19$m=65540,t=3,p=4$MmeK.....'
|
VAULTWARDEN_ADMIN_TOKEN='$argon2id$v=19$m=65540,t=3,p=4$MmeK.....'
|
||||||
|
|||||||
Reference in New Issue
Block a user