From e5089bd5a83d1c419d1e16dc18264f0decd394a7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 10 Nov 2019 20:42:02 +0100 Subject: [PATCH] Update README.md --- doc/docker/development/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/docker/development/README.md b/doc/docker/development/README.md index 4e500e9b2f..e4107f3003 100644 --- a/doc/docker/development/README.md +++ b/doc/docker/development/README.md @@ -31,8 +31,12 @@ mkdir sources data # xdebug port, default 9001 (NOT 9000!) # IDE host, default XDEBUG_REMOTE_HOST=docker.for.mac.localhost docker-compose up -d -# will install EGroupware master and phpMyAdmin in egroupware / phpmyadmin subdirectory of sources volume, if not yet there -# credentials for a new install can be found in data:egroupware-docker-install.log +``` +* It will install EGroupware master and phpMyAdmin in egroupware / phpmyadmin subdirectory of sources volume, if not already there +* Credentials for a new install can be found in data:egroupware-docker-install.log +* Use the following to tail the webserver error.log +``` +docker logs -f egroupware-nginx 2>&1 | sed "s/PHP message/\\$(echo -e '\n\r')PHP message/g" ``` ### Docker Desktop for Mac notes