mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
.. | ||
docker-compose.yml | ||
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