vaultwarden template update (security fixs)

This commit is contained in:
Jonathan Gotti 2025-04-02 01:04:39 +02:00
parent 2c45327e6d
commit 93740b4f94
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": {