Merge pull request #35 from benmag/master

link postgres service to php service
This commit is contained in:
Mahmoud Zalt 2016-05-07 05:14:01 +03:00
commit 26229e150d

View File

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