I tried to create a project via docker + postgres and I don’t have any issue on my end.
Can you try to access your db via the psql cli to check that the connection URL is right ?
For example, I use psql -h localhost -p 5435 -U postgres
I tried to create a project via docker + postgres and I don’t have any issue on my end.
Can you try to access your db via the psql cli to check that the connection URL is right ?
For example, I use psql -h localhost -p 5435 -U postgres