Merge pull request #2427 from lbssousa/devcontainer-v3

Drop unneeded settings for devcontainer.json (VSCode already handles them automatically)
This commit is contained in:
Shao Yu-Lung (Allen) 2019-12-12 08:37:50 +08:00 committed by GitHub
commit e943d90ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View File

@ -1,9 +1,6 @@
{
"name": "Laradock",
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.extend.yml"
],
"dockerComposeFile": "../docker-compose.yml",
"remoteUser": "laradock",
"runServices": [
"nginx",

View File

@ -1,6 +0,0 @@
version: '3'
services:
workspace:
volumes:
- ~/.gitconfig:/home/laradock/.gitconfig
- ~/.ssh:/home/laradock/.ssh:ro