Skip to content

Commit

Permalink
Drop unneeded settings for devcontainer.json (VSCode already handles …
Browse files Browse the repository at this point in the history
…them automatically).
  • Loading branch information
Laércio de Sousa committed Dec 11, 2019
1 parent ace85c3 commit d847c1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.example.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "Laradock",
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.extend.yml"
],
"dockerComposeFile": "../docker-compose.yml",
"remoteUser": "laradock",
"runServices": [
"nginx",
Expand Down
6 changes: 0 additions & 6 deletions .devcontainer/docker-compose.extend-example.yml

This file was deleted.

0 comments on commit d847c1a

Please sign in to comment.