laradock/postgres/Dockerfile

9 lines
118 B
Docker
Raw Normal View History

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