This message was deleted.
# general
a
This message was deleted.
r
what postgres image & tag are you using? do you have logs you can post? if you shell into the container with
docker exec -it
and access postgres from there, do you get the same error? (
psql -U postgres
followed by
create database <name>;
)