|
|
@ -32,6 +32,8 @@ TTRSS_SINGLE_USER_MODE=false
|
|
|
|
|
|
|
|
|
|
|
|
Don't use quotes around values.
|
|
|
|
Don't use quotes around values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Look [here](https://tt-rss.org/wiki/GlobalConfig) for more information.
|
|
|
|
|
|
|
|
|
|
|
|
### How do I customize the YML without commiting my changes to git?
|
|
|
|
### How do I customize the YML without commiting my changes to git?
|
|
|
|
|
|
|
|
|
|
|
|
You can use [docker-compose.override.yml](https://docs.docker.com/compose/extends/). For example, customize `db` to use a different postgres image:
|
|
|
|
You can use [docker-compose.override.yml](https://docs.docker.com/compose/extends/). For example, customize `db` to use a different postgres image:
|
|
|
|