Fix requested changes.

Also, remove published ports since docker ignores it when using the host network mode.
This commit is contained in:
FireMaskterK 2021-12-26 23:06:57 +00:00 committed by FireMasterK
commit 1d738c52c6
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ hostname = "nitter.net"
[Cache]
listMinutes = 240 # how long to cache list info (not the tweets, so keep it high)
rssMinutes = 10 # how long to cache rss queries
redisHost = "localhost" # Change to redis if using docker-compose
redisHost = "localhost" # Change to "redis" if using docker-compose
redisPort = 6379
redisConnections = 20 # connection pool size
redisMaxConnections = 30