Search code examples
phpdockerdocker-composedocker-machine

How Can I increase my timeout time in docker?


I am having a problem with my docker machine. I need to increase the timeout time, but I don't know where. I increased the timeout in php.ini file, but doesn't work.

I need help, Thanks!

P.D.: My OS is Ubuntu.


Solution

  • You can change timeout value in your /etc/php5/apache2/php.ini:

    max_execution_time = 3000000