7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
FROM postgres:14
|
|
|
|
ENV POSTGRES_USER=postgres
|
|
ENV POSTGRES_PASSWORD=postgres
|
|
ENV POSTGRES_DB=scratch
|
|
|