From 18508690e738e2892ccc0854f1831480957f636a Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 2 Jul 2024 14:42:02 -0400 Subject: [PATCH] chore: update README (#2259) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d60eee786..a99e21cfe 100644 --- a/README.md +++ b/README.md @@ -437,10 +437,10 @@ the proxy's internal port to the host. For example, you can use: ```shell docker run --publish : \ gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.11.4 \ - --address "2.11.4.0" --port + --address "0.0.0.0" --port ``` -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