mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 18:06:05 +01:00
Updated Enabling admin page (markdown)
parent
7bb6878c89
commit
8d589380e9
@ -125,11 +125,9 @@ The same for using the docker/podman cli using `-e ADMIN_TOKEN`.
|
|||||||
|
|
||||||
**.env:**
|
**.env:**
|
||||||
```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.....'
|
||||||
```
|
```
|
||||||
|
|
||||||
Compose interprets every character after the equal sign in `.env` files literally. This means the single quotation marks need to be omitted here.
|
|
||||||
|
|
||||||
**docker-compose.yaml:**
|
**docker-compose.yaml:**
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user