-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exec /docker-cron-entrypoint.sh: no such file or directory #50
Comments
I have same issue |
Did you manage to find a work around? |
Hi, no, i've tried to modify the dockerfile and/or the docker-compose with no success. I've finally installed Eramba with a previous release. |
Thanks for that. Lets hope it get fixed soon |
Hello, What Linux distribution you are using on the host machine? |
are you on the VMware appliance? Then its under /home/docker. The file is passthought to the container so you need. |
I have the same issue. |
this problem related to permissions on hosted mashine. Run command: |
git clone https://github.com/eramba/docker.git /docker/eramba/ |
This issue is occurring as of 07/08/2024. reproduction steps:
|
Hi, I'm running Docker Desktop on Windows 11 (shouldn't matter at all in the world of Docker), but I resolved the issue on my side with some tweaks, had to modify the "docker-compose.simple-install.yml" for the "cron" section to look like this: cron:
container_name: cron
image: ghcr.io/eramba/eramba:latest
command: ["cron", "-f"]
#entrypoint: ["./docker-cron-entrypoint.sh"]
entrypoint: ["../eramba/docker/docker-cron-entrypoint.sh"] The problem is that the docker-cron-entrypoint.sh is not in the same directory as the startup directory for the container, the extra period takes you out of the "html" directory and lets you point at the file. after you do that, you need to start community edition like this so the .env file is applied: docker compose -f docker-compose.simple-install.yml --env-file .env up -d the web site comes up on https://localhost:8443, I can log in but the dashboard just says loading and never shows any data. I looked in the "error.log" and say this entry here, it appears there may be a bad GROUP BY in a SQL Query?
|
Hello,
Eramba version 1.3.0. Following basic instructions to setup test environment on docker, the cron container crashes with this message.
Arnaud
The text was updated successfully, but these errors were encountered: