sendria icon indicating copy to clipboard operation
sendria copied to clipboard

[Feature Request] :latest tag for docker registry

Open frostfire64 opened this issue 2 years ago • 1 comments

I tend to run my dev environments on docker and use docker-compose to manage them. I was surprised that the :latest tag was missing from the docker registry, adding it would be great to keep sendria up to date with every release by updating the docker image .

frostfire64 avatar Mar 26 '22 08:03 frostfire64

The

$ docker run -p 1025:1025 -p 1080:1080 msztolcman/sendria

from the README does not work, so this works:

$ docker run -p 1025:1025 -p 1080:1080 msztolcman/sendria:v2.2.2.0

Yes, a latest tag would be great :-)

amenk avatar Jun 18 '22 08:06 amenk