docker installation
somedevreally opened this issue · 1 comments
somedevreally commented
hello,
am trying to deploy on docker, i build successfully the image and the contain is up and running.
in log it says
2020/06/12 16:24:47 starting reddit-rss,
now how do i access? does it need port?
am trying to add feed r/rss
to tt-rss with local ip so url should be http://mylocal-ip/r/rss.json
but i get error
Couldn't download the specified URL: ; 7 Failed to connect to mylocal-ip port 80: Connection refused
somedevreally commented
ok default port is 8080 after setting the port, the app runs good.