aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Chris Francy <zoredache@users.noreply.github.com> 2021-10-23 03:09:43 -0700
committerGravatar GitHub <noreply@github.com> 2021-10-23 12:09:43 +0200
commitfd746097804a26a74182cac4a02406d82c8acf53 (patch)
tree0e5cca0cf6a54fcbc8646fc9243d96f5214fefed /Docker
parent4c7d5c440fa15dfae4fd11c6705fb834909980f6 (diff)
Remove references to Ubuntu image in Docker/Readme.md (#3917)
FreshRSS switched to Debian as the parent For the Image but there were still a couple references in the README to Ubuntu.
Diffstat (limited to 'Docker')
-rw-r--r--Docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docker/README.md b/Docker/README.md
index 3353768ae..0f565872d 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -153,7 +153,7 @@ The tags correspond to FreshRSS branches and versions:
### 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,
+In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Alpine is slower,
while Alpine is [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build).
@@ -236,7 +236,7 @@ For advanced users. Offers good logging and monitoring with auto-restart on fail
Watch out to use the same run parameters than in your main FreshRSS instance, for database, networking, and file system.
See cron option 1 for customising the cron schedule.
-#### For the Ubuntu image (default)
+#### For the Debian image (default)
```sh
docker run -d --restart unless-stopped --log-opt max-size=10m \