Add support for postgres
This commit is contained in:
9
postgres/Dockerfile
Normal file
9
postgres/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM postgres:latest
|
||||
|
||||
MAINTAINER Ben M <git@bmagg.com>
|
||||
|
||||
VOLUME /var/lib/postgresql/data
|
||||
|
||||
CMD ["postgres"]
|
||||
|
||||
EXPOSE 5432
|
Reference in New Issue
Block a user