Skip to content

Commit

Permalink
expose port 81 and 80
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Sep 12, 2023
1 parent b4cbf13 commit c28eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
restart-policy: 'Never'
environment-variables: PORT=80
command-line: ./wallet_extension_linux -host=0.0.0.0 -port=80 -portWS=81 -nodeHost=${{ env.OBSCURO_GATEWAY_NODE_HOST }}
ports: '80,81'
ports: 81 80
cpu: 2
memory: 2

0 comments on commit c28eff9

Please sign in to comment.