boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
983 stars 410 forks source link

docker compose password special characters #29

Closed davidfrankks closed 2 years ago

davidfrankks commented 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!!!$$$@@@'

boschkundendienst commented 2 years ago

fixed in this commit