Move CNAME from the docs to the DOC..

This commit is contained in:
Mahmoud Zalt
2017-03-16 18:33:29 -04:00
parent de6040a14d
commit ec4ccb4a20
7 changed files with 31 additions and 5 deletions

View File

@ -176,6 +176,11 @@ However to view the logs of all the other containers (MySQL, PHP-FPM,...) you ca
docker logs {container-name}
```
More [options](https://docs.docker.com/compose/reference/logs/)
```bash
docker logs -f {container-name}
```