- run
docker-compose up -d
- run
composer install
- download Symfony CLI
- run
symfony serve
- app available at 127.0.0.1:8000/hello
Jaeger available at 127.0.0.1:16686/search - run the command with
bin/console app:hello
docker-compose up -d
composer install
symfony serve
bin/console app:hello