0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-11 12:32:22 +01:00

fix: change default port to 8000

mqus 2019-03-26 19:16:45 +01:00
parent ea3b01ab77
commit d8b9c1327a

@ -13,7 +13,7 @@ cargo run --release
cargo build --release cargo build --release
``` ```
When run, the server is accessible in [http://localhost:80](http://localhost:80). When run, the server is accessible in [http://localhost:8000](http://localhost:8000).
### Install the web-vault ### Install the web-vault
A compiled version of the web vault can be downloaded from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/releases). A compiled version of the web vault can be downloaded from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/releases).