How do i find wordpress configurations

Hi there
I’ve run docker-compose.yml file and WordPress and postgres is up and running. but its not making a connection with db when I try to install it. what are the correct configurations to install the application further?


The official Wordpress image doesn’t support PostgreSQL as a database, you have to use MySQL or MariaDB.

There are unofficial WP forks that adds postgres support but their stability is unknown.

Kindly refer to the discussion here:

1 Like