Closed davidfrankks closed 2 years ago
Put single quotes around your password, otherwise special char will cause the docker-compose.yml file to fail with str errors. POSTGRES_PASSWORD: 'ChooseYourOwnPasswordHere1234!!!$$$@@@'
fixed in this commit
Put single quotes around your password, otherwise special char will cause the docker-compose.yml file to fail with str errors. POSTGRES_PASSWORD: 'ChooseYourOwnPasswordHere1234!!!$$$@@@'