From d218264b69682b1bc7f2e98125ff33bd9cbfdb3e Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Wed, 18 Sep 2024 15:28:26 +0100 Subject: [PATCH] Doc output fixes --- lib/kamal/configuration/docs/configuration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/kamal/configuration/docs/configuration.yml b/lib/kamal/configuration/docs/configuration.yml index d3c1874d..597a8bea 100644 --- a/lib/kamal/configuration/docs/configuration.yml +++ b/lib/kamal/configuration/docs/configuration.yml @@ -70,7 +70,7 @@ env: # volume containing both sets of files. # This requires that file names change when the contents change # (e.g. by including a hash of the contents in the name). - +# # To configure this, set the path to the assets: asset_path: /path/to/assets @@ -106,6 +106,7 @@ minimum_version: 1.3.0 # Readiness delay # # Seconds to wait for a container to boot after is running, default 7 +# # This only applies to containers that do not run a proxy or specify a healthcheck readiness_delay: 4