From 42c98d219d6be826a0f5d763e5b5f22ab909af43 Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 28 Sep 2024 12:54:03 +0200 Subject: [PATCH] Remove `run_directory` documentation --- docs/configuration/overview.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/configuration/overview.md b/docs/configuration/overview.md index a598fd2..b58ca45 100644 --- a/docs/configuration/overview.md +++ b/docs/configuration/overview.md @@ -169,14 +169,6 @@ How long to wait for a containers to drain, default 30: drain_timeout: 10 ``` -## [Run directory](#run-directory) - -Directory to store kamal runtime files in on the host, default `.kamal`. - -```yaml -run_directory: /etc/kamal -``` - ## [SSH options](#ssh-options) See [SSH](../ssh):