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
parent bacc1cbd0d
commit 1d738c52c6
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