Skip to content

Commit

Permalink
fix: polkadot-js-apps port name (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk authored Jan 30, 2024
1 parent b43ab47 commit 3e477bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package_io/polkadot_js_app.star
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def run_pokadot_js_app(plan, ws_url):
image = "jacogr/polkadot-js-apps:latest",

ports = {
"TCP" : PortSpec(80)
"http" : PortSpec(80)
},
public_ports = {
"TCP" : PortSpec(80)
"http" : PortSpec(80)
},
env_vars = {
"WS_URL": ws_url,
Expand Down

0 comments on commit 3e477bb

Please sign in to comment.