mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
10 lines
185 B
Bash
10 lines
185 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
HOST_IP=$(docker-get-host-ip);
|
|
|
|
export HOST_IP
|
|
export XDEBUG_CONFIG="remote_enable=1 remote_host=${HOST_IP} idekey=PHPSTORM";
|
|
export XDEBUG_REMOTE_HOST="${HOST_IP}";
|