The ports 80 and 443 are already used by Adguard Home. I didnt find any way to change those ports for Bitwarden.

  • MentalEdge@sopuli.xyz
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 month ago

    80 and 443 are the standard ports for webpages (http and https respectively). Lot of selfhosted software with web-based frontends will therefore try to use them.

    You can change the ports for the bitwarden container to whatever you like, but the “proper” way to set up multiple services with web-based interfaces like this, is to use a reverse proxy to make them all accessible via these two standard ports. (Caddy is popular for this)

    You can then access them using their respective subdomains or subpaths.