I've deployed a standalone docker container and a standalone MariaDB container to act as the DB.
I've modified civicrm.settings.php in the /private folder with a proper FQDN (ie https://crm.example.com) and i've got inbound routing from a reverse proxy + proper TLS certs. The login page works fine but the login button is referencing the local IP of the system
How do i update this link?
Also Is there any way to specify the proper external domain during deploy via env variable?
I've deployed a standalone docker container and a standalone MariaDB container to act as the DB.
I've modified civicrm.settings.php in the /private folder with a proper FQDN (ie https://crm.example.com) and i've got inbound routing from a reverse proxy + proper TLS certs. The login page works fine but the login button is referencing the local IP of the system
How do i update this link?
Also Is there any way to specify the proper external domain during deploy via env variable?