factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
888 stars 218 forks source link

Usage issue, Level.dat not found" #484

Open Henton03 opened 5 months ago

Henton03 commented 5 months ago

Hi, 99% sure this will be a user issue (as in I haven't set it up right) however looking for help with setup of a server:

Using docker compose via portainer

Currently getting the error : Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "level.dat not found." This only appears to occur when I have data in the Save folder , just cleared this and re-deployed the image and it loads fine and starts etc, but once I change to : -GENERATE_NEW_SAVE=FALSE and -LOAD_LATEST_SAVE=TRUE then I get the above

current stack / yaml file is : ` version: '3' services: factorio: image: factoriotools/factorio:stable container_name: factorio_server environment:

Any help will be great