Skip to content

Commit 0b82787

Browse files
committed
Minor Installation Guide content tweaks.
1 parent a681a75 commit 0b82787

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/Installation-Guide.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: Installation Guide
44
nav_order: 2
55
---
66

7-
{: .no_toc }
8-
97
## Table of contents
108
{: .no_toc .text-delta }
119

@@ -180,8 +178,8 @@ volumes:
180178
181179
### Your Docker images won't run on X
182180
183-
If you're using an OS or architecture that isn't currently supported you'll likely need to
184-
build your own Docker images by using an override and running `docker compose build`.
181+
If you're using an OS or architecture that isn't currently supported (i.e. something other than `linux/amd64` and `linux/arm64`),
182+
you'll likely need to build your own Docker images by using an override and running `docker compose build`.
185183

186184
```yaml
187185
# docker-compose.override.yml
@@ -263,7 +261,7 @@ Look at [Global-Config](Global-Config.md) for more information.
263261

264262
Some options, but not all, are mentioned in `.env-dist`. You can see all available options in the [Dockerfile](https://github.com/tt-rss/tt-rss/blob/main/.docker/app/Dockerfile).
265263

266-
### How do I customize the YML without committing my changes to git?
264+
### How do I customize the YAML without committing my changes to git?
267265

268266
You can use [docker-compose.override.yml](https://docs.docker.com/compose/extends/). For example, customize `db` to use a different `postgres` image:
269267

@@ -507,7 +505,7 @@ You'll need to set several mandatory environment values to the container running
507505

508506
### Where's the Helm chart?
509507

510-
You'll have to make your own.
508+
There isn't an official Helm chart.
511509

512510
### I'm using Podman, and
513511

0 commit comments

Comments
 (0)