Skip to content

Commit

Permalink
Change compose/restart from calling compose/down compose/up to callin…
Browse files Browse the repository at this point in the history
…g docker-compose restart directly (#58)
  • Loading branch information
charlieparkes authored Jul 27, 2020
1 parent 09e3e14 commit 2f44992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/compose/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ compose/down: $(COMPOSE_FILE)
.PHONY: compose/down

## Restart local dev environment
compose/restart: compose/down compose/up
compose/restart:
$(DOCKER_COMPOSE) $(COMPOSE_FLAGS) restart
.PHONY: compose/restart

## Purge local dev environment
Expand Down

0 comments on commit 2f44992

Please sign in to comment.