vigneshrams
Results
2
comments of
vigneshrams
@TheLovinator1 Thanks for the Suggestion. Yes, I am using -p 8070:8070 in docker run. Below is the cmd I used, docker run -v $(pwd)/nitter.conf:/src/nitter.conf -p 8070:8070 -d --network host nitter:latest...
@squatica Thanks for your reply. When I don't use `--network host` nitter docker is not connecting to redis image running already. I used the command given in Nitter Docs `docker...