boschkundendienst / guacamole-docker-compose

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

Change in the "docker-compose.yml" POSTGRES_HOSTNAME detected, please use POSTGRESQL_HOSTNAME #77

Closed Zakspeed closed 1 year ago

Zakspeed commented 1 year ago

Hi;

It is necessary to change in the "docker-compose.yml" POSTGRES_HOSTNAME detected, please use POSTGRESQL_HOSTNAME

WARNING: POSTGRES_HOSTNAME detected, please use POSTGRESQL_HOSTNAME for further deployments.
WARNING: POSTGRES_DATABASE detected, please use POSTGRESQL_DATABASE for further deployments.
WARNING: POSTGRES_USER detected, please use POSTGRESQL_USER for further deployments.
WARNING: POSTGRES_PASSWORD detected, please use POSTGRESQL_PASSWORD for further deployments.

Good Job!!! Thx

boschkundendienst commented 1 year ago

The error message comes from Guacamole which still uses the "old" variables internally. Changing them now will break it. We have to wait until the next guacamole docker release interprets the "new" variables correctly, then it can be fixed. Currently it is "only" a warning and does not hurt.