-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
Hey,
I'm trying to launch a Docker compose file for a project and I'm getting the following:
postgres_1 | LOG: invalid connection type "entication"
postgres_1 | CONTEXT: line 3 of configuration file "/var/lib/postgresql/data/pg_hba.conf"
postgres_1 | FATAL: could not load pg_hba.conf
postgres_1 | LOG: database system is shut down
When I check the file, the start looks like:
host all all all md5
thentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a complete description of this file. A short
# synopsis follows.
#
I've then tried manually creating a postgres container and I get this every time. I also tried removing all env vars, volumes, the images, etc. - Same deal.
Any ideas?
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image