Update README.md

This commit is contained in:
Alan Moon 2025-06-15 15:10:29 -07:00
parent 66f27d7a4c
commit 2e883a3911

View File

@ -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 2. Run ``dotnet build`` Within The Folder That Contains The .csproj File
3. Configure And Enjoy! 3. Configure And Enjoy!
# Docker Container # Docker Container (Recommended Self-Hosting Solution)
This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. 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.