Fix docker-compose logs command

This commit is contained in:
Paul Bienkowski 2021-05-12 19:43:54 +02:00
parent 8612bb08a6
commit f5b6350d8a

View file

@ -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
```