From d024232d660d2aa736cdce69c4d1ae064168e52b Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 11 Nov 2020 22:24:11 +0100 Subject: [PATCH] Add logs target in openldap Makefile --- openldap/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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)