updated docker volume

This commit is contained in:
Jackk Goh
2018-03-15 17:00:30 +08:00
parent 1ec911b5ec
commit 884ae3c679
1002 changed files with 775 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM postgres:9.4
RUN mkdir -p "$PGDATA" && chmod 700 "$PGDATA"