aboutsummaryrefslogtreecommitdiff
path: root/Docker/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-08-29 23:02:45 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-08-29 23:02:45 +0200
commitcb07b1305991489299db4f01f3cd5dae6d01da0e (patch)
treebd752c23716a7add8a1bb19a82886361940599ca /Docker/README.md
parent510c277aae6ca04899b2263e67346f288356e6ff (diff)
More changelog, Docker readme
https://github.com/FreshRSS/FreshRSS/pull/3159
Diffstat (limited to 'Docker/README.md')
-rw-r--r--Docker/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Docker/README.md b/Docker/README.md
index 4fe1b0cde..671335a3c 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -141,10 +141,10 @@ The tags correspond to FreshRSS branches and versions:
* `: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).
-In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Ubuntu is ~3 times faster,
-while Alpine is ~2.5 times [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build).
+### Linux: Debian vs. Alpine
+Our default image is based on [Debian](https://www.debian.org/). We offer an alternative based on [Alpine](https://alpinelinux.org/) (with the `*-alpine` tag suffix).
+In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Ubuntu is faster,
+while Alpine is [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build).
## Optional: Build Docker image of FreshRSS