Skip to content

Commit

Permalink
Try fix startup with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicMaas committed Nov 14, 2023
1 parent 1467fae commit 111c051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Website/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_URLS": "https://+:443;http://+:80",
"ASPNETCORE_HTTPS_PORT": "44332"
"ASPNETCORE_URLS": "https://+:44331;http://+:50154",
"ASPNETCORE_HTTPS_PORT": "44331"
},
"httpPort": 50155,
"httpPort": 50154,
"useSSL": true,
"sslPort": 44332
"sslPort": 44331
}
}
}

0 comments on commit 111c051

Please sign in to comment.