flight-spy
flight-spy copied to clipboard
For starters that are facing issues starting
When I have started this project I had to disable track_errors
see this issue: https://github.com/jeancsil/flight-spy/issues/14
Then there is no php version set in ./Dockerfile
, change the first line from:
FROM php
to
FROM php:7.4
then run docker compose up -d