Skip to content

Commit

Permalink
Fix codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 21, 2024
1 parent dbaad7b commit c3679cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DFG-Viewer Docker
# DFG Viewer Docker

* [Prerequisites](#prerequisites)
* [Usage](#usage)
Expand Down Expand Up @@ -34,11 +34,13 @@ 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

```bash
docker compose stop
```

Stops and remove all service containers

```bash
docker compose down
```
Expand Down

0 comments on commit c3679cb

Please sign in to comment.