Fix typo the a volume -> a volume

This commit is contained in:
Thomas Queste
2016-10-11 12:08:50 +02:00
committed by GitHub
parent 8bd298316a
commit 0d2bf2999a

View File

@ -37,7 +37,7 @@ The easiest way to start wallabag is to use the SQLite backend. You can spin tha
$ docker run -p 80:80 wallabag/wallabag
```
and point your browser to `http://localhost:80`. For persistent storage you should start the container with the a volume:
and point your browser to `http://localhost:80`. For persistent storage you should start the container with a volume:
```
$ docker run -v /opt/wallabag:/var/www/wallabag/data -p 80:80 wallabag/wallabag