ERR_CONNECTION_REFUSED in web browser

I uses docker image for Xibo. Everything worked fine but now chrome shows error: ERR_CONNECTION_REFUSED

When i deleted DB folder Xibo opened and working. I recovered DB from backup and Xibo start working, but after a while ERR_CONNECTION_REFUSED appeared again.

After docker-compose up:
cms-db_1 | 2019-01-28 23:54:55 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
cms-db_1 | 2019-01-28 23:54:55 0 [Note] mysqld (mysqld 5.6.37) starting as process 1 …
cms-web_1 | Waiting for MySQL to start - max 300 seconds
cms-web_1 | MySQL started
cms-web_1 | DBVersion
cms-web_1 | 142
cms-web_1 | Existing Database, checking if we need to upgrade it
cms-web_1 | Configuring Maintenance
cms-web_1 | crontab: can’t open ‘/etc/crontabs/apache’: Permission denied
cms-web_1 | Running maintenance
END

What can i do?