Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

docker deployment

  1. Rusty

    Docker Bitwarden Lite - official self-hosted single docker deployment 2025-12-21

    version: "3.8" services: bitwarden: image: ghcr.io/bitwarden/lite container_name: bwlite restart: always ports: - "80:8080" volumes: - /volume1/docker/bwliteuat:/etc/bitwarden environment: # Database BW_DB_PROVIDER: sqlite BW_DOMAIN...
Back
Top