Merge pull request #1570 from bestlong/fix-getting-started-step-not-fit

fix Getting Started step "docker-compose up -d nginx mysql" missing workspace container.
This commit is contained in:
Shao Yu-Lung (Allen) 2018-05-27 11:23:34 +08:00 committed by GitHub
commit 472df4d194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ services:
- "dockerhost:${DOCKER_HOST_IP}"
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
depends_on:
- workspace
networks:
- backend