changed the name of the volume

This commit is contained in:
2026-05-28 22:49:58 -07:00
parent 46267155ce
commit 4ae37498ea
+3 -3
View File
@@ -7,7 +7,7 @@ services:
- ADMIN_TOKEN=${VAULTWARDEN_ADMIN_TOKEN}
- SIGNUPS_ALLOWED=${VAULTWARDEN_SIGNUPS_ALLOWED:-false}
volumes:
- vaultwarden-app:/data/
- vaultwarden-data:/data/
ports:
- ${VAULTWARDEN_PORT:-80}:80
healthcheck:
@@ -23,8 +23,8 @@ services:
restart: unless-stopped
volumes:
vaultwarden-app:
name: vaultwarden-app
vaultwarden-data:
name: vaultwarden-data
driver: local
driver_opts:
type: nfs