OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
541 stars 129 forks source link

[Feature Request] Add stable version to docker version selection #365

Closed StevenLi-phoenix closed 8 months ago

StevenLi-phoenix commented 8 months ago

since most of the factorio player played on stable version of factorio, I believe it is reasonable to add a stable branch on docker(ofsm/ofsm:stable) to pull the stable build of factorio.

It is now currently implemented by passing environment variable docker run ... -e FACTORIO_VERSION=stable ofsm/ofsm:latest. It would be nice to have it be docker run ... ofsm/ofsm as automatic latest stable version of the game.