Hermsi1337 / docker-ark-server

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

Fixes bootloop on restart + fixed backup location #31

Closed BloodWorkXGaming closed 2 years ago

BloodWorkXGaming commented 2 years ago

Sadly I had a small bug in my last PR, which caused a bootloop in case an update was available (fixed with --no-autostart)

The other changes are fixes for the config file, which somehow wasn't being read by the arkmanager in the homedirectory. (can be checked with arkmanager printconfig)

Furthermore, the relative links to the game.ini and gameusersettings.ini should work better when using it from outside the container.

Currently draft, till I can test more

Hermsi1337 commented 2 years ago

Woops, this is a nasty bug.. tell me when you're done with testing so we can get this fix merged.

BloodWorkXGaming commented 2 years ago

Tested it on mine and another and looks fine so far :) So feel free to merge it!