factoriotools / factorio-docker

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

Added MOD_LIST_MAP environment variable #545

Closed sarcasticgoat closed 2 weeks ago

sarcasticgoat commented 3 weeks ago

The docker-dlc.sh script always overwrites the $MODS/mod-list.json file. This make it impossible to use any mods outside of the 3 defined in https://github.com/factoriotools/factorio-docker/blob/master/docker/files/docker-dlc.sh.

This pull request includes updates to the README.md file to document the new environment variable's use and the addition of a new optional environment variable to extend the docker-dlc.sh script.

Fixes https://github.com/factoriotools/factorio-docker/issues/544

sarcasticgoat commented 2 weeks ago

This was user error - I loaded the wrong save in my deployment