The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices. Original Read me. This repo is part of Symfony on Google Cloud Run blog post.
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.