Open alyusufMurtadha opened 2 years ago
This worked for me:
install docker - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04
docker pull stefansundin/rssbox
create ".env" file, template of file is here - https://github.com/stefansundin/rssbox/blob/master/.env.example
docker run -i -t -p 3000:3000 --env-file=PATH-TO-YOUR-.ENV-FILE stefansundin/rssbox
Done. RSSbox is running on port 3000.
@pucmelak I think you missed stefansundin/rssbox
in docker run
Hi, How to install RSS Box? because I tried to upload the script to my site..
thanks