We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deeef60 commit 6bad31bCopy full SHA for 6bad31b
Makefile
@@ -41,9 +41,6 @@ build_no_cache: ## Builds the Docker images (without cache)
41
up: .env ## Start the docker hub in detached mode (no logs)
42
@$(DOCKER_COMP) up --detach
43
44
-up-connectors: .env ## Start the docker hub in detached mode with connectors conf (no logs)
45
- @$(DOCKER_COMP) -f compose.yml -f compose.override.yml -f docker/compose/compose.connectors.yml up --detach
46
-
47
start: build up ## Build and start the containers
48
49
down: .env ## Stop the docker hub
docker/compose/compose.connectors.yml
0 commit comments