From f5b6350d8a38d63780ba40dab6882d259e44fab9 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Wed, 12 May 2021 19:43:54 +0200 Subject: [PATCH] Fix docker-compose logs command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 286c9e3..5b1e951 100644 --- a/README.md +++ b/README.md @@ -163,5 +163,5 @@ All of this of course is not too important if you're developing locally. To get to the logged email content that *would* have been sent, check your docker log: ```bash -docker-compose log -f api +docker-compose logs -f api ```