Wonderfall/dockerfiles

Error, cron job not executed

AgeraluonDocker opened this issue · 3 comments

when running this container, the system cron job does not seem to be executed at all. The terminal shows the following error message:

"Console has to be executed with the same user as the web server is operated

current user:

Web server user: root"

My image is executed with UID/GID 1000:1000 when being run via environment variables.

Unfortunately I cannot reproduce... Cron should be executed with the same UID/GID as the web server since we run everything from s6 with su-exec.

would it be possible to run cron explicitly with the same UID/GID as specified in the enviconment variables? Or is that already being done?