For the complete documentation index, see llms.txt. This page is also available as Markdown.
CMSDockerInstallation

Running a remote MySQL instance database with Docker

The default docker-compose.yml file includes a container for MySQL, however, it is possible to run with an external/remote MySQL instance as the database for Xibo.

Base the config.env file on the template config.evn.template-remote-mysql and replace any docker compose up -d commands in instructions with docker compose -f cms_remote-mysql.yml up -d.

Last updated

Was this helpful?