From baaf6767f62e2e983bd6bedf67808986d39b03d2 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 28 Jul 2024 02:29:38 +0200 Subject: [PATCH] chore: add vouchervault notes --- examples/vouchervault/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/vouchervault/README.md b/examples/vouchervault/README.md index 1343dea..f26c279 100644 --- a/examples/vouchervault/README.md +++ b/examples/vouchervault/README.md @@ -1,3 +1,8 @@ # References - https://github.com/l4rm4nd/VoucherVault + +# Notes + +> [!WARNING] +> The container runs as low-privileged `www-data` user. So you have to adjust the permissions for the persistent database bind mount volume. A command like `sudo chown -R www-data:www-data ` should work. Afterwards, please restart the container.