Skip to content

Commit

Permalink
Update docker-compose-prod.yml
Browse files Browse the repository at this point in the history
Editing command formatting
  • Loading branch information
beb4now authored May 24, 2024
1 parent 03f63f7 commit a565a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
cloudsql-proxy:
container_name: cloudsql-proxy
image: gcr.io/cloudsql-docker/gce-proxy:1.33.15
command: /cloud_sql_proxy --credentials-file /opt/secrets/cloudsqlcreds.json --dir=/cloudsql -instances=${GCLOUD_INSTANCE_CONNECTION_NAME}=tcp:0.0.0.0:5432
command: /cloud_sql_proxy -credential_file=/opt/secrets/cloudsqlcreds.json -dir=/cloudsql -instances=${GCLOUD_INSTANCE_CONNECTION_NAME}=tcp:0.0.0.0:5432
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit a565a31

Please sign in to comment.