I am trying to setup a postgres container and want to setup the postgres login with:
POSTGRES_USER: docker POSTGRES_PASSWORD: docker
So I have
If you're using Docker.
Try to check if your local DB is active because mostly it's conflicting with Docker, if so, you can deactivate it or uninstall it in order to avoid the conflict.