Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitri-lerko authored Dec 11, 2020
1 parent 1c61732 commit c863f62
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
@@ -1,6 +1,6 @@
# cloudsql-proxy-is-up

Built on top of (envoy-preflight)[https://github.com/monzo/envoy-preflight].
Built on top of [envoy-preflight](https://github.com/monzo/envoy-preflight).

`cloudsql-proxy-is-up` is a simple wrapper application which makes it easier to run applications which depend on Cloud SQL Proxy as a sidecar container for Cloud SQL access. It ensures that your application doesn't start until Cloud SQL Proxy is ready, and that Cloud SQL Proxy shuts down when the application exits. It is best used as a prefix to your existing Docker entrypoint. It executes any argument passed to it, doing a simple path lookup:
```
Expand Down

0 comments on commit c863f62

Please sign in to comment.