Drop unneeded settings for devcontainer.json (VSCode already handles them automatically).

This commit is contained in:
Laércio de Sousa 2019-12-11 15:18:34 -03:00
parent ace85c38d7
commit d847c1a8c5
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