From 4a885025f6dee46fab5e07b5e6a0b6a5809231cb Mon Sep 17 00:00:00 2001 From: andormarkus Date: Mon, 1 Feb 2021 20:20:16 +0100 Subject: [PATCH] Fixing docker documentation in README.md. Adding docker-compose.md to the documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a1af399f3..632ba63519 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ docker run -p 8080:8080 ``` Then access the web UI at [http://localhost:8080](http://localhost:8080). +### Docker Compose + +If you prefer to use `docker-compose` please refer to the [documentation](docker-compose.md). + ## Building With Docker