Open frostfire64 opened 2 years ago
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 :-)
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 .