Skip to content

Commit 6f85d61

Browse files
committed
Use port 80 on all containers
1 parent f256a76 commit 6f85d61

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Cron/appsettings.Development.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"Kestrel": {
33
"Endpoints": {
4+
"Http": {
5+
"Url": "http://*:780"
6+
},
47
"Https": {
58
"Url": "https://*:7443"
69
}

Cron/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Kestrel": {
44
"Endpoints": {
55
"Http": {
6-
"Url": "http://*:780"
6+
"Url": "http://*:80"
77
}
88
}
99
},

docker/appsettings.Cron.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Endpoints": {
55
"Https": {
66
"Protocols": "Http1AndHttp2AndHttp3",
7-
"Url": "https://*:7443",
7+
"Url": "https://*:443",
88
"Certificate": {
99
"Path": "/defaultcert.pfx"
1010
}

0 commit comments

Comments
 (0)