diff options
| author | sandrohanea <[email protected]> | 2022-06-03 16:37:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-03 07:37:31 -0700 |
| commit | 03f3819e7dc782acc5b3f4ca678edc8e0f594289 (patch) | |
| tree | c5295df1cfc34459e75fa0e5fc699849fffa1bb2 | |
| parent | 39577b1ea66c0e9c30143a786a1a1bf15dff97bb (diff) | |
| download | caprover-one-click-apps-03f3819e7dc782acc5b3f4ca678edc8e0f594289.tar.gz caprover-one-click-apps-03f3819e7dc782acc5b3f4ca678edc8e0f594289.zip | |
Updated healthcheck file and fixed typo (#667)
#666
| -rw-r--r-- | public/v4/apps/healthchecks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/healthchecks.yml b/public/v4/apps/healthchecks.yml index 3b8187a..9b48009 100644 --- a/public/v4/apps/healthchecks.yml +++ b/public/v4/apps/healthchecks.yml @@ -36,7 +36,7 @@ caproverOneClickApp: label: hc Manifest digest defaultValue: 'v1.25.0' description: Find on https://hub.docker.com/r/healthchecks/healthchecks/tags - - id: $$cap__postgres_password + - id: $$cap_postgres_password label: Postgres Password description: Password must be at least 12 characters. Please use a random string. defaultValue: $$cap_gen_random_hex(16) |
