Skip to content

Commit

Permalink
chore: update README (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jul 2, 2024
1 parent a74fbf7 commit 1850869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ the proxy's internal port to the host. For example, you can use:
```shell
docker run --publish <host-port>:<proxy-port> \
gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.11.4 \
--address "2.11.4.0" --port <proxy-port> <instance-connection-name>
--address "0.0.0.0" --port <proxy-port> <instance-connection-name>
```
You'll need the `--address "2.11.4.0"` so that the proxy doesn't only listen for
You'll need the `--address "0.0.0.0"` so that the proxy doesn't only listen for
connections originating from *within* the container.
You will need to authenticate using one of the methods outlined in the
Expand Down

0 comments on commit 1850869

Please sign in to comment.