From f8952d4ab45946331ad660721d5bdf8ac9525081 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Tue, 3 Dec 2024 12:20:04 -0500 Subject: [PATCH] Update manifest.json --- doctrine/doctrine-bundle/2.13/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/doctrine-bundle/2.13/manifest.json b/doctrine/doctrine-bundle/2.13/manifest.json index f339784a1..0f0fdb134 100644 --- a/doctrine/doctrine-bundle/2.13/manifest.json +++ b/doctrine/doctrine-bundle/2.13/manifest.json @@ -26,7 +26,7 @@ " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", - " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-\"!ChangeMe!\"}", " POSTGRES_USER: ${POSTGRES_USER:-app}", " healthcheck:", " test: [\"CMD\", \"pg_isready\", \"-d\", \"${POSTGRES_DB:-app}\", \"-U\", \"${POSTGRES_USER:-app}\"]",