Skip to content

Commit 62b716f

Browse files
committed
fix Getting Started step "docker-compose up -d nginx mysql" missing workspace container.
1 parent 10ba847 commit 62b716f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ services:
144144
- "dockerhost:${DOCKER_HOST_IP}"
145145
environment:
146146
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
147+
depends_on:
148+
- workspace
147149
networks:
148150
- backend
149151

0 commit comments

Comments
 (0)