Can you add some instructions for raspberry pi (rpi4) owners? To run the container, the following changes are required:
- change docker-compose.yml to use the
armv7 flavor for mariadb tobi312/rpi-mariadb:latest_
docker-compose build before docker-compose up to prevent web-1 from throwing exec error.
thanks for the great work!