link postgres service to php service

This commit is contained in:
benmag@users.noreply.github.com 2016-05-07 11:55:00 +10:00
parent 5d62ec1e67
commit cd97ac0aa6

View File

@ -27,6 +27,7 @@ services:
- "9000"
links:
- mysql
- postgres
### MySQL Container #########################################