1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

fixed README

This commit is contained in:
Marvin Steadfast
2016-08-24 12:33:22 +02:00
parent b165d3c14f
commit 97783ac312

View File

@@ -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