You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Installation-Guide.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ title: Installation Guide
4
4
nav_order: 2
5
5
---
6
6
7
-
{: .no_toc }
8
-
9
7
## Table of contents
10
8
{: .no_toc .text-delta }
11
9
@@ -180,8 +178,8 @@ volumes:
180
178
181
179
### Your Docker images won't run on X
182
180
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`.
185
183
186
184
```yaml
187
185
# docker-compose.override.yml
@@ -263,7 +261,7 @@ Look at [Global-Config](Global-Config.md) for more information.
263
261
264
262
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).
265
263
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?
267
265
268
266
You can use [docker-compose.override.yml](https://docs.docker.com/compose/extends/). For example, customize `db` to use a different `postgres` image:
269
267
@@ -507,7 +505,7 @@ You'll need to set several mandatory environment values to the container running
0 commit comments