aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-07-08 13:10:51 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-07-08 13:10:51 +0200
commitaf8b39a20444b16365c144c10ae5e58d08857bc0 (patch)
treefd17e96fcb36ae2f8216617605609546bc75ac2e /Docker
parent366ac2c57f8641fd41be36c350b7bb3165ed811c (diff)
Changelog, credits
https://github.com/FreshRSS/FreshRSS/issues/2429 https://github.com/FreshRSS/FreshRSS/pull/2431 https://github.com/FreshRSS/FreshRSS/issues/2437 https://github.com/FreshRSS/FreshRSS/pull/2439
Diffstat (limited to 'Docker')
-rw-r--r--Docker/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Docker/README.md b/Docker/README.md
index c2db38fb5..c93178ff7 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -75,6 +75,7 @@ sudo docker run -d --restart unless-stopped --log-opt max-size=10m \
`--label traefik.frontend.rule='Host:freshrss.example.net;PathPrefixStrip:/FreshRSS/' \`
* You may remove the `--label traefik.*` lines if you do not use Træfik.
* Add `-p 8080:80 \` if you want to expose FreshRSS locally, e.g. on port `8080`.
+* Replace `freshrss/freshrss` by a more specific tag (see below) such as `freshrss/freshrss:dev` for the development version, or `freshrss/freshrss:arm` for a Raspberry Pi version.
This already works with a built-in **SQLite** database (easiest), but more powerful databases are supported:
@@ -136,6 +137,7 @@ The tags correspond to FreshRSS branches and versions:
* `:latest` (default) is the `master` branch, more stable
* `:dev` is the `dev` branch, rolling release
* `:x.y.z` are specific FreshRSS releases
+* `:arm` or `:*-arm` are the ARM versions (e.g. for Raspberry Pi)
### Linux: Ubuntu vs. Alpine
Our default image is based on [Ubuntu](https://www.ubuntu.com/server). We offer an alternative based on [Alpine](https://alpinelinux.org/) (with the `*-alpine` tag suffix).