From 5b935a414dcb21dd2f81e0ee9a1e6b99de6dc217 Mon Sep 17 00:00:00 2001 From: Max Kasperowski Date: Mon, 6 May 2024 10:23:05 +0200 Subject: [PATCH] Add info about docker container to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0e57eb..6458e9e 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,6 @@ cd ../server ``` Then point your web browser to `http://localhost:8080/` + +## Hosting +If you would like to host elk-live yourself you can use the automatically built [Docker container](https://github.com/kieler/elk-live/pkgs/container/elk-live). There is also an [example configuration](https://github.com/kieler/elk-live/blob/master/docker-compose.yml) for Docker Compose.