boschkundendienst / guacamole-docker-compose

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

Slight instruction issue in docker-compose.yml #87

Closed ministic2001 closed 8 months ago

ministic2001 commented 8 months ago

in docker-compose.yml line 23 # 'docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgres > ./init/initdb.sql' the command should be --postgresql instead

I know this is correct in prepare.sh, but thought to put it here since I only read the docker-compose.yml and for others who also just go straight to the instruction in docker-compose.yml

boschkundendienst commented 8 months ago

thanks for the info. file is updated at line 23.