-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unraid Docker server-manager only loads latest/experimental factorio version #315
Comments
Add an env var to your container. Call it FACTORIO_VERSION and give it the value 'stable' |
Hi @Mattie112, I found this https://www.factorio.com/download according to this explanation I need server version 1.1.53 |
that should be the source of the server versions, https://hub.docker.com/r/ofsm/ofsm/tags unfortunately I don't see a version number there |
For me adding the env var mentioned above works. I am running it in docker so if you run it differently I assume it also works in the config file? |
How did you set the environment variable? |
Depending on what your way to create the docker container is, the env variables are only changed when the container is rebuilt. |
You can override any variables that are set during the build. Both with docker-compose or a regular "docker create/run" command. But indeed you need to restart/recreate your container. |
Thank you for your replies, unfortunately they are of no help to me. |
First start by telling us How you run FSM? Docker? Windows? Linux? What are your settings? You said you changed the environment var but it didn't work, show: how did you set it? Then we can confirm that is the right way. You are not really providing enough information to properly point you in the right direction (other then what was already mentioned) |
I guess the easiest and direct way would be if you join the discord: https://discord.gg/SB647WmSbU |
@RyleyRobinson did you get it to work? I have a 2nd server (mods) that got updated after restart, setting this variable fixed it again. |
Hello Mattie112, Thank you very much for your great explanation and of course everyone else. I did exactly what you said, at least I hope so ok then I thought to myself what exactly do you mean by restart, so I pressed << force update>> and as far as I understood that then the dock was deleted and downloaded again. My log file and my docker settings see below |
Do you have an idea why the server isn't starting properly now? I also tried removing the variable again, but unfortunately that didn't change anything, it can be started, but the page remains blank when the web UI is opened. Should I completely delete and reinstall Docker, and if so, what is the best way to do that? |
I had the same problem today. There is a way to select the exact version that the server runs? I don't want auto update. |
Found it! Just add the exact version number to the variable and the image will use that version. Thanks! I would at least use the |
That is a different issue, but here is the answer nonetheless: |
Thanks for the reply! My problem happened on Unraid too. That's why I found it. |
there is no way to select the normal version 1.1.53 in the automatic update,
the beta version 1.1.55 is always pulled,
so this server does not work with Steam, the current version there is 1.1.53
please help me how can i solve the problem
The text was updated successfully, but these errors were encountered: