diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-10 14:54:24 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-10 14:54:24 +0530 |
| commit | 93e44e57fbbb86df7a03c6d9ecfa751fb22342a1 (patch) | |
| tree | 526824b4f6571519bb55c8a8c090fee90e2aeab0 /postgres | |
| parent | 69868a6899c09e13da52a2675349ccbab2858995 (diff) | |
| download | vaindock-93e44e57fbbb86df7a03c6d9ecfa751fb22342a1.tar.gz vaindock-93e44e57fbbb86df7a03c6d9ecfa751fb22342a1.zip | |
works for:
- vainsocial.com
- pg for web
- pg for raw
- pgAdmin
Diffstat (limited to 'postgres')
| -rw-r--r-- | postgres/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/postgres/Dockerfile b/postgres/Dockerfile new file mode 100644 index 0000000..249cee5 --- /dev/null +++ b/postgres/Dockerfile @@ -0,0 +1,8 @@ +FROM postgres:latest + +MAINTAINER Ben M <git@bmagg.com> + +CMD ["postgres"] + +EXPOSE 5432 +EXPOSE 5433
\ No newline at end of file |
