Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use volume for mariadb persistence #1555

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

Xiphoseer
Copy link
Contributor

I initially used the bind mount because it's arguably easier to back up and move around than a volume, but turns out with DarkflameUniverse/NexusDashboard#92 it's nothing we can recommend for Docker Desktop on WSL, which unfortunately is the primary setup newcomers will try this with. So changing the default to be a volume should address that (presumably by hosting the volume within the WSL Docker VM, as opposed to the host NTFS filesystem)

I initially used the bind mount because it's arguably easier to back up and move around than a volume, but turns out with DarkflameUniverse/NexusDashboard#92 it's nothing we can recommend for Docker Desktop on WSL, which unfortunately is the primary setup newcomers will try this with. So changing the default to be a volume should address that (presumably by hosting the volume within the WSL Docker VM, as opposed to the host NTFS filesystem)
@Xiphoseer Xiphoseer merged commit 35c4636 into main Apr 29, 2024
4 checks passed
@Xiphoseer Xiphoseer deleted the fix/docker-compose-db-volume branch April 29, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants