mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-26 03:39:20 -07:00
Updated Enabling admin page (markdown)
@@ -125,10 +125,10 @@ The same for using the docker/podman cli using `-e ADMIN_TOKEN`.
|
|||||||
|
|
||||||
**.env:**
|
**.env:**
|
||||||
|
|
||||||
_Make sure you don't use quotes in the `.env` file._
|
_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.....'
|
||||||
```
|
```
|
||||||
|
|
||||||
**docker-compose.yaml:**
|
**docker-compose.yaml:**
|
||||||
|
|||||||
Reference in New Issue
Block a user