Docker - MySQL Setup

To be completed by the original poster:

CMS Version

3.3.5

Installation Method

Docker

Operating System

Ubuntu 22.04 LTS

Issue

Hello,

Using Docker, is it possible to install Xibo but setup the MySQL to write externally? So the database is still part of the standard Xibo install but just the files are saved externally.

So for example adding something like:

volumes:
- db-data:/var/lib/mysql

Volumes

volumes:
db-data:

to the .yml file

Thank you in advance for assistance.

Regards,

Take a look at for more info (place database files somewhere else)

If you want to use a external Mysql server, i would suggest to take a look at cms_remote-mysql.yml

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.