pucmelak
Results
1
comments of
pucmelak
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...