NewsBlur-viq/docker/postgres/Dockerfile
2024-03-29 10:31:41 -07:00

5 lines
143 B
Docker

FROM postgres:13
RUN apt update && apt install -y openssh-client rsync
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]