FROM postgres:latest
RUN echo 'host all all all md5' >> /var/lib/postgresql/data/pg_hba.conf RUN sed -i "s/#port/port/g" /usr/share/postgresql/postgresql.conf.sample
EXPOSE 5432
ENTRYPOINT ["docker-entrypoint.sh"] CMD ["postgres"]
Content type
Image
Digest
sha256:119f8418c…
Size
132.4 MB
Last updated
over 3 years ago
docker pull samidul/postgres