From f0ce10f3584279dc80d5a486b87345405de2cb4d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 15 Oct 2025 23:52:59 +0200 Subject: [PATCH] Change dockerComposeFile path in devcontainer config --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 4ffcc8f..35773bc 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -16,5 +16,5 @@ "otherPortsAttributes": { "onAutoForward": "silent" }, - "dockerComposeFile": "compose.yml" + "dockerComposeFile": ".github/codespaces.yml" }