dran1x/CS2-AutoUpdater

Docker Support and .NET 8

vitordarela opened this issue · 0 comments

Hello @dran1x,
first of all congratulations on the plugin, I was able to test it here and it was really good.

I forked your project to add support for Docker containers, so instead of shutting down (quit) the server, I'm connecting to local docker and restarting the container so it can update itself. I tested it on my servers and it is working beautifully. If you find it interesting to add to the plugin's support in general, this is my fork repository.

https://github.com/vitordarela/CS2-AutoUpdater

Cheers