Skip to content

Commit

Permalink
fix incorrect port forward pod port
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Jul 22, 2024
1 parent 631a92c commit d88bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In order to run the app against the RDS database, you will need to do the follow
--image=ministryofjustice/port-forward \
--port=5432 \
--env="REMOTE_HOST=cloud-platform-2d5acdf1ab5379e3.cdwm328dlye6.eu-west-2.rds.amazonaws.com" \
--env="LOCAL_PORT=1234" \
--env="LOCAL_PORT=5432" \
--env="REMOTE_PORT=5432"
```
2) Forward traffic from your local host to the remote pod and keep the connection open. Note the local port.
Expand Down

0 comments on commit d88bcf4

Please sign in to comment.