9 lines
118 B
Docker
Raw Normal View History

2016-05-07 11:16:06 +10:00
FROM postgres:latest
MAINTAINER Ben M <git@bmagg.com>
VOLUME /var/lib/postgresql/data
CMD ["postgres"]
EXPOSE 5432