diff --git a/Makefile b/Makefile index 71d238e..cd397ee 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ push: ## Build and push a specific docker image (`make push f=httpd`) . docker-pull: - @docker compose --profile frontend --profile api --profile backend pull + @docker compose --profile api --profile backend pull cert: domain=$(if $(d),$(d),${NGINX_HOST}) cert: ## Generate a cert for the given domain