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

View File

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