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} - ADMIN_TOKEN=${VAULTWARDEN_ADMIN_TOKEN}
- SIGNUPS_ALLOWED=${VAULTWARDEN_SIGNUPS_ALLOWED:-false} - SIGNUPS_ALLOWED=${VAULTWARDEN_SIGNUPS_ALLOWED:-false}
volumes: volumes:
- vaultwarden-app:/data/ - vaultwarden-data:/data/
ports: ports:
- ${VAULTWARDEN_PORT:-80}:80 - ${VAULTWARDEN_PORT:-80}:80
healthcheck: healthcheck:
@@ -23,8 +23,8 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
vaultwarden-app: vaultwarden-data:
name: vaultwarden-app name: vaultwarden-data
driver: local driver: local
driver_opts: driver_opts:
type: nfs type: nfs