Compose-Examples/examples/vouchervault
LRVT 296445a2cf
chore: bump version
2025-06-23 15:25:02 +02:00
..
README.md
docker-compose.yml chore: bump version 2025-06-23 15:25:02 +02:00

README.md

References

Notes

[!WARNING] The container runs as low-privileged www-data user (UID/GID 33). 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 33:33 /mnt/docker-volumes/vouchervault/*

# spawn the container stack
docker compose up