
Optional: uncomment lines in the compose file to run redis, elasticsearch, kibana, etc.

Ensure database credentials match in your database config and.Make sure NGINX_SERVER_ROOT (or APACHE_DOCUMENT_ROOT) is set to your project public directory with index.php (by default /var/www/html/public).Download from the latest stable release and unpack to your PHP project root.To use a bind mount uncomment to corresponding line under db server's volumes: in your docker-compose.yml and update the host path to your data directory. If you want to have your DB data all-time persistent and attached, we recommend using a bind mount. However, if you run docker-compose down (it's ok to use stop though) these volumes will not be reattached when you run docker-compose up. By default Docker will create a persistent volume for your DB data and unless you explicitly remove volumes the files will not be deleted.
