0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 23:18:58 +02:00

The normal container name in all instructions is "vaultwarden", here it is "itwarden"

Brotpilot-921 2022-03-05 18:37:56 +01:00
parent 713a35764f
commit 864f124d3f

@ -7,7 +7,7 @@ To enable the admin page, you need to set an authentication token. This token ca
To set the token, use the `ADMIN_TOKEN` variable:
```sh
docker run -d --name bitwarden \
docker run -d --name vaultwarden \
-e ADMIN_TOKEN=some_random_token_as_per_above_explanation \
-v /vw-data/:/data/ \
-p 80:80 \