1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-08 10:59:53 +02:00

Update page 'Home'

fox 2020-01-24 20:00:10 +00:00
parent b3d89d66b9
commit cfacdef47e

@ -11,6 +11,14 @@ See [README.md](src/master/README.md)
- ``SELF_URL_PATH`` in ``.env`` should not include a port as the container is going to use default https port - ``SELF_URL_PATH`` in ``.env`` should not include a port as the container is going to use default https port
- ports 80 and 443 should be externally accessible i.e. not blocked by firewall and/or conflicting with host services - ports 80 and 443 should be externally accessible i.e. not blocked by firewall and/or conflicting with host services
### I'm trying to run CLI tt-rss scripts inside the container and they complain about root
Inside the container tt-rss run under ``app`` user, which is what you should specify with docker:
```sh
docker exec -it --user app APP_CONTAINER /var/www/html/tt-rss/update.php --help
```
### How do I add plugins and themes? ### How do I add plugins and themes?
By default, tt-rss code is stored on a persistent docker volume (``app``). You can find By default, tt-rss code is stored on a persistent docker volume (``app``). You can find