9 lines
155 B
YAML
9 lines
155 B
YAML
![]() |
version: '2.3'
|
||
|
services:
|
||
|
web:
|
||
|
command: docker-compose/rdebug-ide.sh
|
||
|
ports:
|
||
|
- 1234:1234
|
||
|
environment:
|
||
|
- REMOTE_DEBUGGING_ENABLED=1
|