diff --git a/openldap/Makefile b/openldap/Makefile index 892025f..8e584f6 100644 --- a/openldap/Makefile +++ b/openldap/Makefile @@ -37,6 +37,10 @@ prepare: run-bg: make prepare +.PHONY: logs +logs: + docker logs -f phi_slapd + .PHONY: stop stop: is-running docker stop $(CONTAINER)