chore: add vouchervault notes

pull/26/head
LRVT 2024-07-28 02:29:38 +02:00 zatwierdzone przez GitHub
rodzic edda212d58
commit baaf6767f6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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 <path-to-volume-data-dir>` should work. Afterwards, please restart the container.