Results 17 comments of Mitch Roote

Hi @jaschuu, You should be able to specify the `-autostart` flag to automatically start the server and load the latest save.

You can set it via environment variable or in conf.json. I think for conf.json you would add a `"autostart": true` config value in the file.

It depends on where you are mapping the `/opt/factorio/saves` volume in the container on your host system.

I haven't used unraid but it looks like there are config options you can set to map the volume to your host machine: https://wiki.unraid.net/index.php/UnRAID_6_2/Docker_Management#Volume_Mappings. You'll need to map the `/opt/factorio/saves`...

Try adding another mount pointing directly to the `saves/` directory. Ex. ``` '/mnt/user/appdata/fsm_factorio/saves':'/opt/factorio/saves':'rw' ```

Hi @ikiris, Could you send some sample output from the console when you're seeing the Factorio process crash? That would be helpful in implementing this feature request. Thanks!

In the old nginx proxy we used with Docker we had an extra route configured to proxy the `/ws` traffic to the backend. So it would be TLS at least...

Thanks for reporting the issue, I'll see if I can reproduce the port not getting set to whats configured in the config file.

Glad to hear the fix in develop seems to be working. We should likely create a new release soon to move those bug fixes into the main branch.

Wow that's cool nice one! This action might be useful to other people too if you want to make it more generalized. Looks good to merge for this repo though.