Fix docker-compose logs command
This commit is contained in:
parent
8612bb08a6
commit
f5b6350d8a
|
@ -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:
|
to the logged email content that *would* have been sent, check your docker log:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose log -f api
|
docker-compose logs -f api
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue