Fix Docker volume permissions on some host platforms #171

Merged
raucao merged 1 commits from bugfix/macos_docker_volumes into chore/update_dependencies 2024-02-23 18:24:11 +00:00
Owner

Use named volumes instead of bind mounts.

If you want to manually read or manipulate stored data, you can find the storage location on your host using docker volume ls and docker volume inspect.

Use named volumes instead of bind mounts. If you want to manually read or manipulate stored data, you can find the storage location on your host using `docker volume ls` and `docker volume inspect`.
raucao added 1 commit 2024-02-23 15:46:25 +00:00
Fix Docker volume permissions on some host platforms
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 2s
a852ab75ae
Use named volumes instead of bind mounts.
raucao requested review from galfert 2024-02-23 15:46:29 +00:00
galfert approved these changes 2024-02-23 18:16:19 +00:00
galfert left a comment
Owner

No permission errors anymore 🏅

Thank you!

No permission errors anymore 🏅 Thank you!
raucao merged commit 8c524abcf5 into chore/update_dependencies 2024-02-23 18:24:11 +00:00
raucao deleted branch bugfix/macos_docker_volumes 2024-02-23 18:24:11 +00:00
Sign in to join this conversation.
No description provided.