mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #1405] Why can't I find my database file? #943
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#943
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arieslee on GitHub (Feb 19, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1405
my docker-compose.yml
However, the database file cannot be found in the
datadirectory or/home/ bw-datadirectoryThe two directories are empty
@raphaelcoutu commented on GitHub (Feb 19, 2021):
The database file is located into the /data folder in the container
@arieslee commented on GitHub (Feb 19, 2021):
I need to change this item, don't I
I've modified it, but I can't start compose
@raphaelcoutu commented on GitHub (Feb 19, 2021):
The left part is relative to your computer (host) and the right part is the path within the container. You can't change the right part and it has to be absolute ("/data" and not "./data"). The /data folder is at the root of the container.
@arieslee commented on GitHub (Feb 19, 2021):
OK,thank you~