1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 17:56:31 +00:00

Merge pull request #20 from tomsquest/patch-1

Fix typo `the a volume` -> `a volume`
This commit is contained in:
Nicolas Lœuillet
2016-10-11 12:16:32 +02:00
committed by GitHub

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