Error on starting bc-sever in docker

I am getting an error after running the final command in the bluecherrydvr/bluecherry-docker readme file.

Well I am acutally not getting any error in the terminal, it seems to start fine, but I can’t open the serve web page at localhost:7001.

These are the logs from docker logs bc-server

 Update MySQL's my.cnf from environment variables passed in from docker
> Writing /root/.my.cnf
> Update bluecherry server's bluecherry.conf from environment variables passed in from docker
> Writing /etc/bluecherry.conf
> chown bluecherry:bluecherry /var/lib/bluecherry/recordings
> /usr/sbin/rsyslogd
rsyslog startup failure, child did not respond within startup timeout (60 seconds)
> Update MySQL's my.cnf from environment variables passed in from docker
> Writing /root/.my.cnf
> Update bluecherry server's bluecherry.conf from environment variables passed in from docker
> Writing /etc/bluecherry.conf
> chown bluecherry:bluecherry /var/lib/bluecherry/recordings
> /usr/sbin/rsyslogd
rsyslog startup failure, child did not respond within startup timeout (60 seconds)
> Update MySQL's my.cnf from environment variables passed in from docker
> Writing /root/.my.cnf
> Update bluecherry server's bluecherry.conf from environment variables passed in from docker
> Writing /etc/bluecherry.conf
> chown bluecherry:bluecherry /var/lib/bluecherry/recordings
> /usr/sbin/rsyslogd

So it has something with the rsyslog not wanting to run correctly.

The funny thing is I had it running fine a few days ago, I had installed docker-desktop, installed the Bluecherry docker and it was working fine, I had a camera recording and everything.

I completely removed docker-Desktop and installed docker engine, and now I get this error.