-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi
Ive tried setting up docker-postgresql several times, but always run into the same problem:
psql: FATAL: password authentication failed for user "super"
FATAL: password authentication failed for user "super"
I am using the generated password, and retrieve it via 'docker logs postgresql'.
I have also tried setting the password when running the container.
I have also tried
RUN echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/9.3/main/pg_hba.conf
and
RUN echo "host all all 0.0.0.0/0 ident" >> /etc/postgresql/9.3/main/pg_hba.conf
Neither worked.
Can you help?
Thanks
Metadata
Metadata
Assignees
Labels
No labels