From 29cedd59160555594c9790a8926084e2f6091076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 17 Sep 2026 08:31:29 +0200 Subject: [PATCH] chore: disable unused ddev ssh-agent --- .ddev/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index e3c6052..8726fdc 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -15,6 +15,7 @@ web_environment: [] nodejs_version: "18" corepack_enable: false disable_upload_dirs_warning: true +omit_containers: [ddev-ssh-agent] xhgui_https_port: "8142" xhgui_http_port: "8143"