On a freshly installed standalone-UCS-system, I installed SuiteCRM via App-Center which deployed a Docker container. During the installation, an instance of MySQL was set up on the host system and SuiteCRM was configured to use this database.
Inside the Docker container, the database connection is configured in /var/www/suitecrm/config.php. I’d like to change that to an external MySQL-host.
I’m not quite familiar with Docker yet, but if I understand correctly, the whole container will be replaced during an update of SuiteCRM. So if I would change the database details that specific file, it would be overwritten during that process.
Is there a preferred way to accomplish my goal? There seem to be no UCR-variables for that.
Thanks in advance!