I ran the script to install the docker container and everything went just fine until it actually started the Bluecherry server container.
There is no webpage at localhost:7001 and the container keeps restarting about every minute.
These are the logs from docker log 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
rsyslogd: pidfile '/run/rsyslogd.pid' and pid 10 already exist.
If you want to run multiple instances of rsyslog, you need to specify
different pid files for them (-i option).
rsyslogd: run failed with error -3000 (see rsyslog.h or try https://www.rsyslog.com/e/3000 to learn what that number means)
This error keeps repeating and repeating itself.
Is there a way to bypass this problem till a fix is made?
I ran the script to install the docker container and everything went just fine until it actually started the Bluecherry server container.
There is no webpage at localhost:7001 and the container keeps restarting about every minute.
These are the logs from docker log bc-server;
This error keeps repeating and repeating itself.
Is there a way to bypass this problem till a fix is made?