fix Getting Started step "docker-compose up -d nginx mysql" missing workspace container.

This commit is contained in:
bestlong 2018-05-27 11:21:22 +08:00
parent 10ba847415
commit 62b716f469

View File

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