diff options
| -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. |