We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7e05e commit 1530502Copy full SHA for 1530502
Makefile
@@ -119,3 +119,4 @@ stop-all: ## Stop all containers
119
@docker stop $(APP_NAME) || true
120
@docker stop $(BASE_NAME)-mongodb || true
121
@docker stop $(BASE_NAME)-redis || true
122
+ @docker stop $(BASE_NAME)-openldap || true
0 commit comments