diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 21:48:53 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 21:48:53 +0000 |
| commit | e5b4fdccf87a1ce4d913cc0053f4962b9b6c0bf7 (patch) | |
| tree | 5e369bfc54a383a0defe4970219aedaf8bafa49d /Installation-Guide.md | |
| parent | 358f480ea8f14d9db8a933e84f3339e533c626fb (diff) | |
Update Docker image details in the Installation Guide.
Diffstat (limited to 'Installation-Guide.md')
| -rw-r--r-- | Installation-Guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Installation-Guide.md b/Installation-Guide.md index 31aba41..70332ff 100644 --- a/Installation-Guide.md +++ b/Installation-Guide.md @@ -1,8 +1,8 @@ The main (and recommended) way to run tt-rss is under Docker. -The Docker images related to https://github.com/tt-rss/tt-rss are: -* https://hub.docker.com/r/supahgreg/tt-rss -* https://hub.docker.com/r/supahgreg/tt-rss-web-nginx +Docker images for https://github.com/tt-rss/tt-rss are built (`linux/amd64` and `linux/arm64`) +and published to Docker Hub ([via GitHub Actions](https://github.com/tt-rss/tt-rss/actions/workflows/publish.yml)) +as [supahgreg/tt-rss](https://hub.docker.com/r/supahgreg/tt-rss) and [supahgreg/tt-rss-web-nginx](https://hub.docker.com/r/supahgreg/tt-rss-web-nginx). > [!WARNING] > Podman is not Docker. Please don't report issues related to running tt-rss when using Podman or Podman Compose. |