In a previous lesson, we set up our Caddyfile to properly handle our Reverse Proxy. There are many ways to do this, with nginx being a popular option. However, Caddy obfuscates all this complexity for us in a secure manner.

In this lesson, we only need to create a network bridge so that Bitwarden can safely communicate with us from its Docker container.

Use the following command to set up that bridge.

docker network create -d bridge bitwarden

That's it!
Now, the moment(s) you've been waiting for, let's install and set up Bitwarden!

by: