Search found 1 match

by wilkenw
June 2nd, 2026, 10:57 am
Forum: Alter Reports
Topic: AlterReports in a DDEV environment
Replies: 1
Views: 73

AlterReports in a DDEV environment

If using Joomla in a DDEV environment, you cannot connect Alter Reports to a MySQL/MariaDB database by using "localhost" or "127.0.0.1" as the host. That address is valid only from your host machine, not from within the Docker container where Joomla runs. The host must be "db" and the port must be ...