Skip to content

Instantly share code, notes, and snippets.

@ryan961
ryan961 / docker-compose.yml
Created February 25, 2026 01:32 — forked from gzlock/docker-compose.yml
自用的vaultwarden docker-compse设置,空着的参数请自行查阅文档。首次使用先把SIGNUPS_ALLOWED设置为true,注册账号后再设置false关闭注册。
services:
vaultwarden:
image: vaultwarden/server:latest-alpine
container_name: vaultwarden
restart: unless-stopped
environment:
SIGNUPS_ALLOWED: false
WEBSOCKET_ENABLED: true
PUSH_ENABLED: true
PUSH_INSTALLATION_ID: