|
|
@@ -1,9 +1,17 @@
|
|
|
-
|
|
|

|
|
|
+[](https://liberapay.com/FreshRSS/donate)
|
|
|
|
|
|
# Deploy FreshRSS with Docker
|
|
|
|
|
|
-Our official images are available on [Docker Hub](https://hub.docker.com/r/freshrss/freshrss/).
|
|
|
+FreshRSS is a self-hosted RSS feed aggregator.
|
|
|
+
|
|
|
+* Official website: [freshrss.org](https://freshrss.org/)
|
|
|
+* Official Docker images: [hub.docker.com/r/freshrss/freshrss](https://hub.docker.com/r/freshrss/freshrss/)
|
|
|
+* Repository: [`github.com/FreshRSS/FreshRSS`](https://github.com/FreshRSS/FreshRSS/)
|
|
|
+* Documentation: [`freshrss.github.io/FreshRSS`](https://freshrss.github.io/FreshRSS/)
|
|
|
+* License: [GNU AGPL 3](https://www.gnu.org/licenses/agpl-3.0.html)
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## Install Docker
|
|
|
|
|
|
@@ -67,7 +75,6 @@ The [tags](https://hub.docker.com/r/freshrss/freshrss/tags) correspond to FreshR
|
|
|
* `:latest` (default) is the [latest stable release](https://github.com/FreshRSS/FreshRSS/releases/latest)
|
|
|
* `:edge` is the rolling release, same than our [git `edge` branch](https://github.com/FreshRSS/FreshRSS/tree/edge)
|
|
|
* `:x.y.z` tags correspond to [specific FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases), allowing you to target a precise version for deployment
|
|
|
-* `:x.y` tags are tied to a specific major version and minor version number. For example, `:1.23` will automatically receive updates for any `1.23.x` releases, but will not update to `1.24.x`
|
|
|
* `:x` tags track the latest release within a major version series. For instance, `:1` will update to include any `1.x` releases, but will exclude versions beyond `2.x`
|
|
|
* `*-alpine` use Linux Alpine as base-image instead of Debian
|
|
|
* Our Docker images are designed with multi-architecture support, accommodating a variety of Linux platforms including `linux/arm/v7`, `linux/arm64`, and `linux/amd64`.
|