changed the name of the volume
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user