blackbirdchess-docker-dev/postgres/Dockerfile

9 lines
118 B
Docker
Raw Normal View History

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