From aafcfdef90366c91ec09f3c232d1d1e6ee974434 Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Tue, 27 Jan 2026 19:10:44 +0200 Subject: [PATCH] docs(quickstart): update codespaces, for ddev/ddev#8032 --- src/components/quickstart/Cloud.astro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/quickstart/Cloud.astro b/src/components/quickstart/Cloud.astro index 8b74b859..5867fa7a 100644 --- a/src/components/quickstart/Cloud.astro +++ b/src/components/quickstart/Cloud.astro @@ -38,11 +38,7 @@ const { latestVersion } = Astro.props "version": "latest" }, "ghcr.io/ddev/ddev/install-ddev:latest": {} - }, - "containerEnv": { - "XDG_CONFIG_HOME": "/workspaces/.config" - }, - "postCreateCommand": "echo 'it should all be set up'" + } } `} theme="nord"