We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be66cd commit 906c875Copy full SHA for 906c875
Makefile
@@ -4,7 +4,6 @@ NAME ?= rest-control
4
CONSOLE := docker-compose -p $(NAME) -f ./Docker/docker.yml
5
6
start:
7
- - docker network create rest-control
8
@-$(CONSOLE) up -d
9
stop:
10
@-$(CONSOLE) stop
0 commit comments