Featured image of post Vaultwarden/Bitwarden Docker Compose YAML File

Vaultwarden/Bitwarden Docker Compose YAML File

This is my current Vaultwarden Docker Compose yaml file.

version: '3'

services:
  bitwarden:
    image: vaultwarden/server:latest
    container_name: bitwarden
    restart: always
    ports:
      - 8282:80
    volumes:
      - /mnt/storage/bw-data:/data
    environment:
      WEBSOCKET_ENABLED: 'true' # Required to use websockets
      SIGNUPS_ALLOWED: 'false'   # set to false to disable signups
Linux, Scripting, and Self-Hosting Projects
Built with Hugo
Theme Stack designed by Jimmy