From b2a92dd3f38af428f62cd381fa49b0559d201b0f Mon Sep 17 00:00:00 2001 From: Tommy Stigen Olsen Date: Sat, 23 Dec 2023 16:09:34 +0100 Subject: [PATCH] Update .devcontainer.json --- .devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 17c092d..386c526 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -6,7 +6,6 @@ "php.executablePath": "/usr/local/bin/php" }, "mounts": [ - "source=//larapod,target=/workspace,type=bind,consistency=delegated" ], "remoteEnv": { "COMPOSER_ALLOW_SUPERUSER": "1" @@ -40,4 +39,4 @@ "redis_data:/data" ] } -} \ No newline at end of file +}