summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-09-01 16:40:10 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-09-01 16:40:10 +0200
commitf19e1e3d283fe014e67d41ccd6181e848f1bd908 (patch)
treeaf4269a90971735848f983cb838572491687e32e
parentdb12f293f91a986ab031afb7a79744f790f0985d (diff)
Fix typo.
-rw-r--r--docs/docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docker.md b/docs/docker.md
index 40607d0..a65afa2 100644
--- a/docs/docker.md
+++ b/docs/docker.md
@@ -30,7 +30,7 @@ running Docker. Here are few examples:
### With a configuration file
```sh
-docker run -p 80:80 -v $(pwd)/config.php:/var/www/html/config.php -v gmazoyer/looking-glass:latest
+docker run -p 80:80 -v $(pwd)/config.php:/var/www/html/config.php gmazoyer/looking-glass:latest
```
### With a custom CSS and logo