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
This helped me
docker stop $(docker ps -qa) && docker system prune -af --volumes && docker compose up