@model BTCPayServer.Models.ServerViewModels.MaintenanceViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Maintenance); }
Change domain name
You can change the domain name of your server by following this guide
Update

Update to the latest version of BTCPay server.

Clean

Delete unused docker images present on your system.

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }