mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 18:59:21 -07:00
Reverting last change. Using double quotes or no quotes breaks Docker Compose
@@ -131,7 +131,7 @@ WARNING: The m variable is not set. Defaulting to a blank string.
|
|||||||
|
|
||||||
**.env:**
|
**.env:**
|
||||||
|
|
||||||
_Make sure you do not use single quotes in the `.env` file used by docker-compose._
|
_Make sure you 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