We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e38e225 + 6f65e7b commit 984102eCopy full SHA for 984102e
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