Fix docker-compose logs command
This commit is contained in:
parent
8612bb08a6
commit
f5b6350d8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue