diff --git a/.templates/valkey-without-pswd.yaml b/.templates/valkey-without-pswd.yaml index 97d95a1..47074e2 100644 --- a/.templates/valkey-without-pswd.yaml +++ b/.templates/valkey-without-pswd.yaml @@ -9,7 +9,7 @@ services: ports: - ${VALKEY_PORT}:6379 healthcheck: - test: ["CMD-SHELL", valkey-cli ping | grep PONG"] + test: ["CMD-SHELL", "valkey-cli ping | grep PONG"] interval: 10s timeout: 5s retries: 3