You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/zedeus/nitter
cd nitter
nvim ./docker-compose.yml # set ports to "127.0.0.1:3300:8080" and image to "quay.io/unixfox/nitter:latest" (i'm on arm)
cp ./nitter.example.conf nitter.conf
nvim ./nitter.conf # set hostname to my domain name and set redistHost to nitter-redis
docker-compose up -d
docker logs nitter then gives me
Starting Nitter at http://nitter.net
Failed to connect to Redis.
What did I do wrong?
The text was updated successfully, but these errors were encountered:
Latrolage
changed the title
docker container ignoring config file
Having trouble setting up docker-compose
Mar 7, 2022
My full steps were
docker logs nitter
then gives meWhat did I do wrong?
The text was updated successfully, but these errors were encountered: