Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

Cron Error - WRONG FILE OWNER - How to?

Open ITspirit opened this issue 1 year ago • 0 comments

Ich habe über eine docker-compose einen Cron-Datei eingebunden - wie in der Doku beschrieben (Auszug davon):

image: webdevops/php-nginx:7.3 ... volumes: - ./conf/cron:/etc/cron.d

Aber offenbar scheint hier ein Permission Problem zu bestehen. Ich erhalte folgende Fehlermeldung:

[SYSLOG] cron[55]: (*system*cronMyApplication) WRONG FILE OWNER (/etc/cron.d/cronMyApplication)

In der Cron Datei steht nur: 8 0 * * 1 application /shellscripts/geoip_updater.sh > /dev/null 2>&1

Mache ich hier etwas falsch? Kann mir hier ggf. jemand etwas Hilfestellung geben?

ITspirit avatar Oct 16 '23 12:10 ITspirit