NewsBlur/docker/postgres/Dockerfile
2024-01-28 00:39:34 -05: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"]