diff --git a/community-tutorials/installing-bitwarden-server-with-docker/01-en.md b/community-tutorials/installing-bitwarden-server-with-docker/01-en.md index a3a467b..8f6d091 100644 --- a/community-tutorials/installing-bitwarden-server-with-docker/01-en.md +++ b/community-tutorials/installing-bitwarden-server-with-docker/01-en.md @@ -44,7 +44,10 @@ docker run -d --name vaultwarden -e ADMIN_TOKEN={token_get_on_step_3} -v /vw-dat - '**vw-data**' - folder for save data on disk - '**80**' (on the left) - local port, you can change # Conclusion -Now you can go to the address localhost:port in your browser. For admin page: localhost:port/admin and then use token from step 3. +Now you can go to the address localhost:port in your browser. + +For admin page: localhost:port/admin and then use token from step 3. + That's all. # Licence