This commit is contained in:
2025-03-11 19:19:47 +01:00
parent a6bd75e0ae
commit ffede02394
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
bitwarden:
image: ${DOCKER_REGISTRY:-}vaultwarden/server:latest
container_name: vaultwarden
restart: always
restart: ${RESTART:-unless-stopped}
environment:
- WEBSOCKET_ENABLED=true
- SIGNUPS_ALLOWED=true