Skip to content

Commit

Permalink
🔨 rename leftover references to docker-compose.full.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed May 16, 2024
1 parent 29b9e78 commit 3bd6b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"label": "docker start (full)",
"type": "shell",
"command": "docker compose -f docker-compose.full.yml up -d",
"command": "docker compose -f docker-compose.grapher.yml up -d",
"presentation": {
"reveal": "silent"
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ down:

down.full:
@echo '==> Stopping services'
docker compose -f docker-compose.full.yml down
docker compose -f docker-compose.grapher.yml down

require:
@echo '==> Checking your local environment has the necessary commands...'
Expand Down

0 comments on commit 3bd6b3a

Please sign in to comment.