The cron container just gives me this error
2019-06-28 06:27:16,327 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) crond: USER nginx pid 26 cmd \ php -f /var/www/cron.php /bin/ash: php: not found
Configuration
Docker version (type docker --version) : Docker version 18.06.3-ce, build d7080c1
Include all necessary configuration files : docker-compose.yml, .env, ... I didn't use those, I just ran them manually by typing it into unraid, but it's the same commands as in the readme
> Container logs (set LOG_LEVEL to debug if applicable)
Setting timezone to Australia/Sydney...
Setting PHP-FPM configuration...
Setting PHP configuration...
Setting Nginx configuration...
Initializing Nextcloud files / folders...
>>
>> Sidecar cron container detected for Nextcloud
>>
Creating Nextcloud cron task with the following period fields : */1 * * * * \
Fixing permissions...
2019-06-28 06:41:27,694 INFO Included extra file "/etc/supervisord/cron.conf" during parsing
2019-06-28 06:41:27,694 INFO Set uid to user 0 succeeded
2019-06-28 06:41:27,743 INFO RPC interface 'supervisor' initialized
2019-06-28 06:41:27,744 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2019-06-28 06:41:27,744 INFO supervisord started with pid 1
2019-06-28 06:41:28,746 INFO spawned: 'cron' with pid 25
crond: crond (busybox 1.30.1) started, log level 8
2019-06-28 06:41:29,761 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
crond: USER nginx pid 26 cmd \ php -f /var/www/cron.php
/bin/ash: php: not found
crond: USER nginx pid 27 cmd \ php -f /var/www/cron.php
/bin/ash: php: not found
Behaviour
Cron not working
Steps to reproduce this issue
Expected behaviour
Actual behaviour
Configuration
docker --version
) : Docker version 18.06.3-ce, build d7080c1docker-compose.yml
,.env
, ... I didn't use those, I just ran them manually by typing it into unraid, but it's the same commands as in the readmeDocker info
Logs
I set it to 1 minute for testing.