From 7f0d03de47bc09e01e4ee3e65c5bdcc69f456429 Mon Sep 17 00:00:00 2001 From: Markus Weigelt Date: Mon, 18 Nov 2024 18:56:40 +0100 Subject: [PATCH] Update doc --- Docker/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Docker/README.md b/Docker/README.md index 75fe3d98..f4228c90 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -26,7 +26,11 @@ Download images and start all service containers docker compose up -d ``` -*When running `docker compose up` all services e.g. DFG-Viewer (APP) and database (DB) in our `docker-compose.yml` will be started and each as separate Docker container.* +It may take about a minute for TYPO3 and the extension to be installed at the initial start. + +The DFG Viewer instance can then be accessed under `localhost`. + +*When running `docker compose up` all services e.g. DFG-Viewer (APP) and database (DB) in our `docker-compose.yml` will be started and each as separate Docker container. * Stops all service containers ```