I have just installed FFRSAM on CentOS7.
I copy/paste the code in "database/rsam.sql" to create the default rsam database.
Currently, "docker ps" command shows that ffrsam-frontend and ffrsam-database are up and running.
However, ffrsam-backend is always in a state of restarting.
docker logs ffrsam-backend:
time="2022-12-12T03:21:01Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:01Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:02Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:02Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:03Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:03Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:05Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:05Z" level=fatal msg="open /app/crontab: permission denied"
There is no such file "/app/crontab" on my server. I do not understand what ffrsam-backend is trying to do and why it keeps restarting.
Are you able to help me, please?
I have attached screenshot of my bash output.

Thanks,
Jonah
I have just installed FFRSAM on CentOS7.
I copy/paste the code in "database/rsam.sql" to create the default rsam database.
Currently, "docker ps" command shows that ffrsam-frontend and ffrsam-database are up and running.
However, ffrsam-backend is always in a state of restarting.
docker logs ffrsam-backend:
time="2022-12-12T03:21:01Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:01Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:02Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:02Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:03Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:03Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:05Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:05Z" level=fatal msg="open /app/crontab: permission denied"
There is no such file "/app/crontab" on my server. I do not understand what ffrsam-backend is trying to do and why it keeps restarting.
Are you able to help me, please?
I have attached screenshot of my bash output.

Thanks,
Jonah