Docker install process appears to be stuck

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.

Any ideas? Thanks

P.S. This is on Debian 10

Edit: Same issue on Debian 9

Hello

We’ve updated recently our docker capabilities.
Please check our documenation and pull update from dev or master branch.

Thanks

1 Like

Thank a bunch for the update!

It already needs an update again:

 ./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/

Which docker version are you using? Can you try branch customer_portal?

I think I see the issue now. I initially tried Debian 10 (EOL now? Not seen an official announcement).

It seems to be working out on Debian 11.

Thanks for the quick response!