Hermsi1337 / docker-ark-server

Dockerize your ARK server - configurable via env
https://hub.docker.com/r/hermsi/ark-server/
MIT License
112 stars 36 forks source link

Added verbose flags + Changed how server and mods are auto-updated #30

Closed BloodWorkXGaming closed 2 years ago

BloodWorkXGaming commented 2 years ago

Due to slow internet or a slow cpu, the initial install command can take quite a while, and I wasn't sure whether it was hanging or it was making progress. Therefore, I propose adding the --verbose flags, which makes the progress being printed into the console.

The other change is changing the way update works: arkmanager update autochecks, whether there is an update needed (without the --force flag), just like it was before with the checkupdate. However, this prevents the option to update mods with the --update-mods flag.

Other than that, very useful project and way easier than using steamcmd or arkmanager directly! Thank you!

Hermsi1337 commented 2 years ago

Many thanks for your PR (=

Since my know-how regarding arkmanager decreased over the time, your contrib is very welcome.

LGTM