cross-posted from: https://lemm.ee/post/33197502

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

  • walden@sub.wetshaving.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 month ago

    How are you running the services?

    This is easy with docker. 80 and 443 would be the “inside the container” ports, and you’d choose different “outside the container” ports to prevent conflicts.

    For example:
    1234:80
    2345:443

    Exactly how you type it in depends on if you’re using Docker Compose, etc.

    If you’re exposing these to the internet by opening ports: don’t.

    Use a reverse proxy. The reverse proxy gets 80 and 443 exposed to the internet and handles the security of serving your other services via the ports that you chose above.