From 97783ac312da0d5c2d00b51949b2b6182e80d540 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 24 Aug 2016 12:33:22 +0200 Subject: [PATCH] fixed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abd0789..87e2d44 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Default login is `wallabag:wallabag`. The easiest way to start wallabag is to use the sqlite backend. You can spin that up with ``` -$ docker run -p 80:80 xsteadfastx/wallabag +$ 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: ``` -$ docker run -v /opt/wallabag:/var/www/wallabag/data -p 80:80 xsteadfastx/wallabag +$ docker run -v /opt/wallabag:/var/www/wallabag/data -p 80:80 wallabag/wallabag ``` ## mariadb / mysql