1
0
Fork 0

Correct Docker image path

pull/5/head
Ambrose Chua 2017-10-09 18:16:17 +08:00
parent e759915359
commit 1e556190ae
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
</h1>
<p>
To use this container, mount your files into /srv. Example:
<pre>docker run -it --rm -p 2015:2015 -v $PWD:/srv serverwentdown/caddy</pre>
<pre>docker run -it --rm -p 2015:2015 -v $PWD:/srv productionwentdown/caddy</pre>
</p>