mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 03:09:20 -07:00
The normal container name in all instructions is "vaultwarden", here it is "itwarden"
@@ -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:
|
To set the token, use the `ADMIN_TOKEN` variable:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name bitwarden \
|
docker run -d --name vaultwarden \
|
||||||
-e ADMIN_TOKEN=some_random_token_as_per_above_explanation \
|
-e ADMIN_TOKEN=some_random_token_as_per_above_explanation \
|
||||||
-v /vw-data/:/data/ \
|
-v /vw-data/:/data/ \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
|
|||||||
Reference in New Issue
Block a user