Closed
Description
Hi,
is there any good reason I am not aware of why this postgres installation should be open to the world by this line inside docker-entrypoint.sh:
host all all 0.0.0.0/0 trust
Isn't it a better way to allow the postgres user to authenticate via password and set a default password once at startup. This way the password can be changed after starting the container via psql.
Best regards
Ingo
Metadata
Metadata
Assignees
Labels
No labels