Files
nextcloud-docker-dev/docs/setup-xdebug.md
Baptiste Fotia 998b7a06ed docs(md): Move the Useful commands section
I moved the Useful command section to a new file 'docs/useful-commands.md' where we can list all tips for using the container commands or how to use the docker command line.

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
2022-10-13 14:24:17 +02:00

166 B

Set up XDebug

Run inside of the Nextcloud container:

set XDEBUG_CONFIG=idekey=PHPSTORM
sudo -E -u www-data php -dxdebug.remote_host=192.168.21.1 occ