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:** **.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:**