1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-06 01:39:52 +02:00

Update page 'Home'

fox 2020-09-06 07:14:50 +00:00
parent 06737c8329
commit cb66cae376

12
Home.md

@ -82,11 +82,6 @@ a2enmod proxy_http
You will need to set ``SELF_URL_PATH`` to a correct (i.e. visible from the outside) value in the ``.env`` file.
### Stock Caddy container doesn't work on Raspberry Pi
- You can use nginx frontend instead of Caddy by uncommenting ``web-nginx`` container in ``docker-compose.yml``.
- Alternatively, replace web container source image with ``jessestuart/caddy`` (note that it has telemetry enabled).
### Backing up the database
You can use something like this:
@ -99,7 +94,12 @@ docker-compose exec db /bin/bash \
| gzip -9 > backup.sql.gz
```
(https://community.tt-rss.org/t/docker-compose-tt-rss/2894/233?u=fox)
[source](https://community.tt-rss.org/t/docker-compose-tt-rss/2894/233?u=fox)
### Stock Caddy container doesn't work on Raspberry Pi
- You can use nginx frontend instead of Caddy by uncommenting ``web-nginx`` container in ``docker-compose.yml``.
- Alternatively, replace web container source image with ``jessestuart/caddy`` (note that it has telemetry enabled).
## TODO