make the workspace container run automatically

This commit is contained in:
Mahmoud Zalt
2016-05-19 20:49:16 +03:00
parent 70e1b0fe41
commit 01a056dd25
2 changed files with 35 additions and 21 deletions

View File

@ -12,6 +12,8 @@ services:
- application
expose:
- "9000"
links:
- workspace
### Laravel Application Code Container ######################