lorint / AdventureWorks-for-Postgres

Set up the AdventureWorks sample database for use with Postgres
MIT License
369 stars 185 forks source link

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

Open dsynkov opened 3 years ago

dsynkov commented 3 years ago

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.