Process entered FATAL state, too many start retries too quickly

hi, i am trying to use a container but when I try to do docker-compose up it says INFO gave up: cuckoo-daemon entered FATAL state, too many start retries too quickly. i am leaving my supervisor.conf codes. thanks already.

[program:cuckoo-daemon]
command = cuckoo -d 
user = root
startsecs = 30
autorestart = true
stdout_logfile = /root/.cuckoo/supervisord/debug.log
stderr_logfile = /root/.cuckoo/supervisord/error.log

Similar error can happen in Systemd when you have a service set to retry starting multiple times, but it can’t start because of misconfiguration. Increase the log level if you can and check the error logs and debug logs as well.