Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 18, 2024
1 parent e455959 commit 7f0d03d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 7f0d03d

Please sign in to comment.