Specifying HTTP port for API
This commit is contained in:
parent
95df242f9c
commit
f4ed26739f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"host": {
|
"host": {
|
||||||
"url": "api."+url,
|
"url": "api."+url,
|
||||||
"https": "enable",
|
"https": "enable",
|
||||||
"port": 8080
|
"containerPort": 8080
|
||||||
},
|
},
|
||||||
"ports": [8080, 50051],
|
"ports": [8080, 50051],
|
||||||
"env": {
|
"env": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue