0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-16 19:08:31 +02:00

Updated Enabling admin page (markdown)

Mathijs van Veluw 2023-12-22 09:26:14 +01:00
parent 0dd44a9421
commit 6546b995a8

@ -125,10 +125,10 @@ The same for using the docker/podman cli using `-e ADMIN_TOKEN`.
**.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
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:**