Merge pull request #53 from malko/main

vaultwarden template update (security fixs)
This commit is contained in:
Mauricio Siu
2025-04-01 23:33:13 -06:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -1,13 +1,14 @@
# the webserver can take a while to start up, so don't be alarmed if it takes a few minutes to get a response
services:
vaultwarden:
image: vaultwarden/server:1.32.7
image: vaultwarden/server:1.33.2
restart: always
environment:
DOMAIN: ${DOMAIN}
SIGNUPS_ALLOWED: ${SIGNUPS_ALLOWED}
volumes:
- vaultwarden:/data
ports:
expose:
- 80
volumes:

View File

@@ -720,7 +720,7 @@
{
"id": "vaultwarden",
"name": "Vaultwarden",
"version": "1.32.7",
"version": "1.33.2",
"description": "Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs",
"logo": "vaultwarden.svg",
"links": {