I'm having an issue with ProcessMaker 4.6 community edition running on a debian machine.
I was triying to install a script language (php) and apparently the script to install relies on a docker container to do this job.
I'm a newbie on the docker stuff, but I understand that when I run my php artisan docker-excecutor-php:install command, when it gets to the point of installing composer, it fails with a error (6) timeout.
Apparently my docker image does not have access to the internet to download composer.
Anyone had this issue before?
thanks.
I've tried to modify the DockerFile for the php executor adding the --network='host' to try to bridge my container network to my host network.