From 4b95971380a1589a66a3c2a0ec42c11c3e481748 Mon Sep 17 00:00:00 2001 From: Tim Hofmann Date: Thu, 6 Jun 2024 15:35:00 +0200 Subject: [PATCH] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4b60c2..e718867 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple deployment could be look like this: ## Prerequisites -* .NET Core 3.1 compatible Operating System (Ubuntu/Debian/CentOS/Alpine Linux/Windows/macOS) or a Docker Host +* .NET 8 compatible Operating System (Ubuntu/Debian/CentOS/Alpine Linux/Windows/macOS) or a Docker Host * [rqrlite Cluster](https://github.com/rqlite/rqlite/blob/master/DOC/CLUSTER_MGMT.md) * PowerDNS Authoritative 4.3.x or higher @@ -89,11 +89,11 @@ If you running *PowerRqlite* as a Docker container you can use Environment varia "Kestrel": { "EndPoints": { "Http": { - "Url": "http://localhost:8081" + "Url": "http://localhost:5555" } } } } ``` -Translated into "Docker" it would be the following environment variable: `ASPNETCORE_Kestrel__EndPoints__Http__Url=http://localhost:8081` +Translated into "Docker" it would be the following environment variable: `ASPNETCORE_Kestrel__EndPoints__Http__Url=http://localhost:5555`