We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498e80e commit 6f65e7bCopy full SHA for 6f65e7b
Makefile
@@ -65,7 +65,7 @@ services: check-docker-permission ## Build Docker images for all services
65
@echo "Building Docker images..."
66
$(DOCKER_DIR)/bake.sh
67
68
-docker-up: services ## Start all services with docker-compose
+docker-up: ## Start all services with docker-compose
69
@USER_ID=$(shell id -u) GROUP_ID=$(shell id -g) docker compose up --force-recreate --remove-orphans --build -d
70
$(call success,Services started)
71
$(SCRIPTS_DIR)/setup-container-host.sh
0 commit comments