From f4d0f24986713a49664c47a1c5e77de7b5d29b4d Mon Sep 17 00:00:00 2001 From: Luc <59910153+lschober-bw@users.noreply.github.com> Date: Thu, 30 Jul 2020 15:40:22 -0700 Subject: [PATCH] Update install-on-premise.md (#140) --- _articles/hosting/install-on-premise.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index dabbca8f..df3a312e 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -69,8 +69,6 @@ By default, Bitwarden will be served through ports 80 (http) and 443 (https) on If you are serving Bitwarden to the outside world you will need to configure a domain name with DNS records that point to your host machine (ex. bitwarden.example.com). *You should configure this domain before beginning your Bitwarden installation.* -Alternatively, if you are only testing you can install Bitwarden to the "localhost" domain. - ## Install Docker Bitwarden will be deployed and run on your machine using an array of [Docker](https://www.docker.com/what-docker){:target="_blank"} containers. Bitwarden will work equally well with Docker Community (free) and Enterprise editions. You should evaluate which edition is best for your installation. Additionally, deployment of these containers is orchestrated through the use of [Docker Compose](https://docs.docker.com/compose/){:target="_blank"}. Docker and Docker Compose must first be installed on your machine before beginning a Bitwarden installation.