AdventureWorks-for-Postgres icon indicating copy to clipboard operation
AdventureWorks-for-Postgres copied to clipboard

Add auth to Docker user in docker-compose.yaml and install.sh

Open dsynkov opened this issue 3 years ago • 0 comments

Attempting to connect with the docker user throws:

The server requested password-based authentication, but no password was provided.

I've added a WITH PASSWORD statement to pull the DOCKER_PASSWORD environment variable form the compose file during creation of the user.

dsynkov avatar Apr 09 '21 23:04 dsynkov