Home >Backend Development >PHP Tutorial >Can you help me check the cron execution problem under docker?
This is a container running php-fpm, debian's jessie image, started by the startup command cron&&php-fpm. I exec into the container and see that there is no log at all. Using ps aux, I can see that the crond process is running. And if I manually execute the command in cron, I can see the log and try restarting the container.
This is a container running php-fpm, debian's jessie image, started by the startup command cron&&php-fpm. I exec into the container and see that there is no log at all. Using ps aux, I can see that the crond process is running. And if I manually execute the command in cron, I can see the log and try restarting the container.
https://www.v2ex.com/t/310078...
When I come to segmentfault to ask questions, why do I solve them myself?