Daily/weekly restart #129
-
since there's guaranteed to be memory leaks in their server client, can we get a ENV values to manage restarts (daily, weekly, what time of day, etc). longer term if they provide more logging from the server binary, being able to skip the restart if players are connected would be cool. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is something that is not in the scope of this project. There are also a lot of ways this can be achieved without changing the current image. You might want to try running a
Or creating a cron job that restarts the container daily:
|
Beta Was this translation helpful? Give feedback.
-
Not tested but it should be |
Beta Was this translation helpful? Give feedback.
This is something that is not in the scope of this project. There are also a lot of ways this can be achieved without changing the current image.
You might want to try running a
restarter
container next to the server like this: