Here are the last four lines from the output during the run of run_docker.sh
billrun-mongo | 2021-10-14T15:57:27.677+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory ‘/data/db/diagnostic.data’
billrun-mongo | 2021-10-14T15:57:27.680+0000 I NETWORK [initandlisten] listening via socket bound to 0.0.0.0
billrun-mongo | 2021-10-14T15:57:27.681+0000 I NETWORK [initandlisten] listening via socket bound to /tmp/mongodb-27017.sock
billrun-mongo | 2021-10-14T15:57:27.682+0000 I NETWORK [initandlisten] waiting for connections on port 27017
I did not see any requirements for prior to installing, and it’s been stuck for a long while now.
./run_docker.sh
No input for PHP version; Selected default 74
ERROR: Version in "./docker-compose-php74.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
ERROR: Version in "./docker-compose-php74.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
I would suggest getting composer from the source on Github than use the OS repos.
I also tried the “long” start.
docker-compose -f docker-compose-php73.yml up --build --detach
ERROR: Version in "./docker-compose-php73.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/