Use xDebug with Laravel scheduler inside workspace container.

This commit is contained in:
Andrew Baranov
2018-03-22 12:38:42 +03:00
parent c34d2d12b3
commit 245515b41d
5 changed files with 6 additions and 4 deletions

View File

@ -62,6 +62,8 @@ services:
ports:
- "${WORKSPACE_SSH_PORT}:22"
tty: true
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
networks:
- frontend
- backend