mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix yasd so that the debugger works
* Update the base image since the yasd extension wasn't installed correctly * Fix the path to the yasd_init.php file * Use `host.docker.internal` as the remote host because that should always work inside docker * Mount the dev folder into the appwrite container so the yasd_init.php file is picked up.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
echo 'execute init_file success' . PHP_EOL;
|
||||
Yasd\Api\setRemoteHost('127.0.0.1'); //Set your development machine's IP
|
||||
Yasd\Api\setRemoteHost('host.docker.internal'); //Set your development machine's IP
|
||||
|
||||
Reference in New Issue
Block a user