mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
vaultwarden template update (security fixs)
This commit is contained in:
parent
2c45327e6d
commit
93740b4f94
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user