add postgresql for php-fpm

This commit is contained in:
Zuohuadong
2017-10-17 12:23:48 +08:00
parent 17ea7b313f
commit 7f5d9d07d1
10 changed files with 61 additions and 26 deletions

View File

@ -1,7 +1,7 @@
FROM postgres:latest
FROM postgres:alpine
MAINTAINER Ben M <git@bmagg.com>
CMD ["postgres"]
EXPOSE 5432
EXPOSE 5432