Commit 62b716f4 authored by bestlong's avatar bestlong

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

parent 10ba8474
......@@ -144,6 +144,8 @@ services:
- "dockerhost:${DOCKER_HOST_IP}"
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
depends_on:
- workspace
networks:
- backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment