NewsBlur/docker/postgres/Dockerfile

6 lines
143 B
Text
Raw Normal View History

2024-01-27 23:11:36 -05:00
FROM postgres:13
RUN apt update && apt install -y openssh-client rsync
2024-01-28 00:38:05 -05:00
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]