Closed Anton-Latukha closed 8 years ago
And there is no mentioning of cron.php in *this repo files exept in mentioned 'setup-config' line:
grep -r 'cron.php' ./docker-magento2-php/ ./bin/setup-config:echo "/1 * * * \ su -c \"/usr/local/bin/php $WWW_DIR/update/cron.php\" -s /bin/sh www-data > /proc/1/fd/2 2>&1" | crontab - \
Suddenly closed issue. Don't meant it.
Issue is Open.
This all while building from current docker-compose.
My bad,
This all is because I looked-over docker-compose run --rm setup
.
Maybe add an exception for stupid people, like me?
Now I close this purposefully.
In setup-config:
Cron perpetually runs:
/usr/local/bin/php $WWW_DIR/update/cron.php
But there is no file
So php perpetually says in phpfpm_1 container:
P.S.
NOR there is no 'cron.php' anywhere in /srv/www/ volume: