Skip to content

Commit 1530502

Browse files
committed
Update Makefile to stop OpenLDAP container in stop-all target
1 parent eb7e05e commit 1530502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@ stop-all: ## Stop all containers
119119
@docker stop $(APP_NAME) || true
120120
@docker stop $(BASE_NAME)-mongodb || true
121121
@docker stop $(BASE_NAME)-redis || true
122+
@docker stop $(BASE_NAME)-openldap || true

0 commit comments

Comments
 (0)