blackbirdchess-docker-dev/postgres/Dockerfile

9 lines
111 B
Docker
Raw Normal View History

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