From 8b2022643e121d90a4f8c3c165ef6bfd41bee968 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 11 May 2022 08:55:05 +0200 Subject: [PATCH] document that you need to start egroupware container/installation first, before the swoolpush container --- doc/docker/development/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/docker/development/README.md b/doc/docker/development/README.md index e6fcc4727f..7e049bf1f0 100644 --- a/doc/docker/development/README.md +++ b/doc/docker/development/README.md @@ -32,6 +32,9 @@ mkdir sources data # ports to use for Nginx / the webserver, by default 8080 and 4443 # xdebug port, default 9001 (NOT 9000!) # IDE host, default XDEBUG_REMOTE_HOST=docker.for.mac.localhost +docker-compose up -d egroupware +docker logs -f egroupware +# wait until it says "fpm is running" then press ^C and start the other containers docker-compose up -d ``` * It will install EGroupware master and phpMyAdmin in egroupware / phpmyadmin subdirectory of sources volume, if not already there @@ -72,5 +75,4 @@ service: * do not use ```http://localhost/egroupware/```, as push, Collabora and Rocket.Chat will not be able to communicate - localhost in each container is NOT the host system, but the container itself! - give you development system a name and add it to the hosts ```/etc/hosts``` as: ```127.0.0.1 devbox.egroupware.org``` - - add it as ```extra_host: - "devbox.egroupware.org:172.17.0.1"``` to each service which as a commented out extra_host - + - add it as ```extra_host: - "devbox.egroupware.org:172.17.0.1"``` to each service which as a commented out extra_host \ No newline at end of file