From 2e883a3911d2744844c01a7304c37de296cc1fb7 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 15:10:29 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a67cd44..eea2477 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ In order to build, you need the .NET 9 SDK. 2. Run ``dotnet build`` Within The Folder That Contains The .csproj File 3. Configure And Enjoy! -# Docker Container -This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. \ No newline at end of file +# Docker Container (Recommended Self-Hosting Solution) +This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. Please Refer To ``qtc-net-server/docker-compose.yml`` + +# JWT Keys +JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables. +You Can Use A Website Such As https://jwt-keys.21no.de/ To Generate Them. \ No newline at end of file