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

@ -840,6 +840,11 @@ example for <code>mysql</code> it will be <code>mysql/Dockerfile</code>.</p>
<pre><code class="language-bash">docker logs {container-name}
</code></pre>
<p>More <a href="https://docs.docker.com/compose/reference/logs/">options</a></p>
<pre><code class="language-bash">docker logs -f {container-name}
</code></pre>
<p><br>
<a name="PHP"></a></p>