Compose-Examples/examples/vouchervault
LRVT df6ec6caba chore: pin redis 2024-10-01 10:55:17 +02:00
..
README.md docs: add install wiki in readme 2024-08-05 10:31:06 +02:00
docker-compose.yml chore: pin redis 2024-10-01 10:55:17 +02:00

README.md

References

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.

# create volume dir for persistence
mkdir -p /mnt/docker-volumes/vouchervault/database

# adjust permissions
sudo chown -R www-data:www-data /mnt/docker-volumes/vouchervault/*

# spawn the container stack
docker compose up