Skip to content

Commit 93c4862

Browse files
removed the assumption on cloud-sql-proxy having a healthcheck defined
Upstream issue GoogleCloudPlatform/cloud-sql-proxy#2046
1 parent de5dc7c commit 93c4862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
read_only: true
4848
depends_on:
4949
db:
50-
condition: service_healthy
50+
condition: service_started
5151
grpc-web:
5252
image: envoyproxy/envoy:v1.27-latest
5353
restart: unless-stopped

0 commit comments

Comments
 (0)