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 +}