Files
postgres15replicate/Dockerfile
Bernhard Radermacher 072b7fef92 initial
2026-02-11 12:53:58 +00:00

7 lines
125 B
Docker

FROM postgres:15
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
RUN mkdir /wal_archive
VOLUME /wal_archive