fix pg ready cmd
This commit is contained in:
@@ -140,7 +140,7 @@ in
|
||||
command = "${script}/bin/run-postgres";
|
||||
shutdown.signal = 2;
|
||||
readiness_probe = {
|
||||
exec.command = "${package}/bin/pg_isready -d template1";
|
||||
exec.command = "${package}/bin/pg_isready";
|
||||
initial_delay_seconds = 2;
|
||||
period_seconds = 2;
|
||||
timeout_seconds = 2;
|
||||
|
||||
Reference in New Issue
Block a user