The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices. Original Read me
Run the following command:
docker-compose up
Then hit http://localhost:8080
on your browser.
As it uses a sqlite
which is a local file, all changes will be lost as the file is not saved to a bucket.