1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Potpourri (#714)

* enterprise policy typo

* more generic language in fido doc

* missing paren

* replace apr image with gif, profit

* fix language that ain't friendly to non-native english speakers (TY @Greenderella)

* faq item for mp hint

* windows firewall exclusion tip

* update cert article w/ powershell instructions for new letsencrypt cert

* improve collection header

* note on self-host server release lag

* duo bypass code tip

* revert
This commit is contained in:
fred_the_tech_writer
2021-08-19 13:56:49 -04:00
committed by GitHub
parent 860ebc82ce
commit 92097f1c77
11 changed files with 29 additions and 10 deletions

View File

@@ -46,6 +46,10 @@ The following is a summary of the Installation Procedure in this article. Links
By default, Bitwarden will be served through ports 80 (`http`) and 443 (`https`) on the host machine. Open these ports so that Bitwarden can be accessed from within and/or outside of the network. You may opt to choose different ports during installation.
{% callout success %}
**If you're using Windows Firewall**, Docker Desktop for Windows will not automatically add an exception for itself in Windows Firewall. Add exceptions for TCP ports 80 and 443 (or chosen alternative ports) to prevent some errors.
{% endcallout %}
Bitwarden recommends configuring a domain name with DNS records that point to your host machine (for example, `bitwarden.example.com`), especially if you are serving Bitwarden over the internet.
### Install Docker and Docker Compose