version: "3" services: vaultwarden: image: vaultwarden/server:latest restart: unless-stopped container_name: vwarden environment: WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications. DOMAIN: "" SMTP_HOST: "" SMTP_FROM: "" SMTP_PORT: "" SMTP_SECURITY: "" SMTP_USERNAME: "" SMTP_PASSWORD: "" SIGNUPS_ALLOWED: "false" volumes: - ./vw_data:/data ports: - 17881:80