DBA/Docker/pgDockerfile
2022-05-04 15:04:26 +00:00

7 lines
101 B
Plaintext

FROM postgres:14
ENV POSTGRES_USER=postgres
ENV POSTGRES_PASSWORD=postgres
ENV POSTGRES_DB=scratch