Skip to content

Commit 0ae39bc

Browse files
committed
More hyphens.
1 parent 6bda82a commit 0ae39bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/Installation-Guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ nav_order: 2
1515
The main (and recommended) way to run tt-rss is under Docker.
1616

1717
Docker images for <https://github.com/tt-rss/tt-rss> are being built (for `linux/amd64` and `linux/arm64`) and published
18-
([via GitHub-Actions](https://github.com/tt-rss/tt-rss/actions/workflows/publish.yml)) to:
18+
([via GitHub Actions](https://github.com/tt-rss/tt-rss/actions/workflows/publish.yml)) to:
1919
* Docker Hub (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/)).
20-
* GitHub Container Registry (as-[ghcr.io/tt-rss/tt-rss](https://github.com/orgs/tt-rss/packages/container/package/tt-rss)
20+
* GitHub Container Registry (as [ghcr.io/tt-rss/tt-rss](https://github.com/orgs/tt-rss/packages/container/package/tt-rss)
2121
and [ghcr.io/tt-rss/tt-rss-web-nginx](https://github.com/orgs/tt-rss/packages/container/package/tt-rss-web-nginx)).
2222

2323
{: .warning }
@@ -218,7 +218,7 @@ We'll use the following error message as an example of what you might see in the
218218
Official PostgreSQL containers have no support for migrating data between major versions.
219219
Using the aforementioned example, you could do one of the following:
220220

221-
1. Replace `postgres:15-alpine` with `postgres:12-alpine` in `docker-compose.yml` (or use `docker-compose.override.yml`, see-below) and keep using PG 12
221+
1. Replace `postgres:15-alpine` with `postgres:12-alpine` in `docker-compose.yml` (or use `docker-compose.override.yml`, see below) and keep using PG 12
222222
2. Use [this DB container](https://github.com/pgautoupgrade/docker-pgautoupgrade) which would automatically upgrade the database
223223
3. Migrate the data manually using `pg_dump` and `pg_restore` (somewhat complicated if you haven't done it before)
224224

@@ -243,7 +243,7 @@ Don't forget to remove `/tt-rss/` from `TTRSS_SELF_URL_PATH` (if you have it set
243243

244244
### How do I apply configuration options?
245245

246-
There are two sets of options you can change through the environment: those specific to tt-rss (those are prefixed with-`TTRSS_`) and those affecting container behavior.
246+
There are two sets of options you can change through the environment: those specific to tt-rss (those are prefixed with `TTRSS_`) and those affecting container behavior.
247247

248248
#### Options specific to tt-rss
249249

@@ -357,7 +357,7 @@ PING app (172.18.0.3): 56 data bytes
357357
round-trip min/avg/max = 0.128/0.159/0.206 ms
358358
```
359359

360-
Containers communicate via DNS names assigned by Docker based on service names defined in `docker-compose.yml`. This means that services (specifically,-`app`) and Docker DNS service should be functional.
360+
Containers communicate via DNS names assigned by Docker based on service names defined in `docker-compose.yml`. This means that services (specifically `app`) and Docker DNS service should be functional.
361361

362362
Similar issues may be also caused by Docker `iptables` functionality either being disabled or conflicting with `nftables`.
363363

@@ -449,7 +449,7 @@ If your service uses a non-standard (i.e. not 80 or 443) port, make an internal
449449

450450
### Backup and restore
451451

452-
If you have `backups` container enabled, stock configuration makes automatic backups (database, local plugins,-etc.) once a week to a separate storage volume.
452+
If you have `backups` container enabled, stock configuration makes automatic backups (database, local plugins, etc.) once a week to a separate storage volume.
453453

454454
Note that this container is included as a safety net for people who wouldn't bother with backups otherwise.
455455
If you value your data, you should invest your time into setting up something like [WAL-G](https://github.com/wal-g/wal-g) instead.
@@ -460,7 +460,7 @@ To run [`.docker/app/backup.sh`](https://github.com/tt-rss/tt-rss/blob/main/.doc
460460

461461
`docker compose exec backups /etc/periodic/weekly/backup`
462462

463-
Alternatively, if you want to initiate backups from the host (or if you're using PostgreSQL 18+, currently incompatible with the `backup`-container) you can do something like this:
463+
Alternatively, if you want to initiate backups from the host (or if you're using PostgreSQL 18+, currently incompatible with the `backup` container) you can do something like this:
464464

465465
```sh
466466
source .env

0 commit comments

Comments
 (0)