summaryrefslogblamecommitdiffstats
path: root/Dockerfile_postgresql
blob: 91116603d0bbaeb2dc1695410e78eb672c640d27 (plain) (tree)
1
2
3
4
5
6





                                           
FROM registry.redhat.io/rhel9/postgresql-16

ENV POSTGRESQL_USER=postgres \
    POSTGRESQL_PASSWORD=postgres

CMD ["/usr/bin/run-postgresql"]