tyrsarm / peertube-headless-seeder

This container uses Python, Selenium, and Firefox to monitor and seed live streams of a PeerTube channel headlessly.
17 stars 3 forks source link

No Latest Tag on Docker Hub #2

Closed eroc1990 closed 1 year ago

eroc1990 commented 1 year ago

As it's configuired now, your docker run and docker compose scripts are set to pull from the :latest tag, but there is no :latest tag available, so pulls fail unless you specify :v0.1, the only tag avaialble. Can you add a :latest tag?

Strit commented 1 year ago

Having a latest tag would be preferable, but at least change the docker-compose example in the README to use an existing tag. :smile:

davralin commented 1 year ago

I corrected the readme, added in #3