This pull request includes updates to the README.md file for better formatting and the addition of a new environment variable, as well as new scripts to manage DLC mods in the Docker setup.
Documentation Updates:
README.md: Improved table formatting for environment variables and added a new variable DLC_SPACE_AGE to enable or disable DLC mods. [1][2]
Docker Script Enhancements:
docker/files/docker-dlc.sh: Added a new script to enable or disable DLC mods based on the DLC_SPACE_AGE environment variable.
docker/files/docker-entrypoint.sh: Updated the entry point script to call the new docker-dlc.sh script, ensuring DLC mods are configured at startup.
This pull request includes updates to the
README.md
file for better formatting and the addition of a new environment variable, as well as new scripts to manage DLC mods in the Docker setup.Documentation Updates:
README.md
: Improved table formatting for environment variables and added a new variableDLC_SPACE_AGE
to enable or disable DLC mods. [1] [2]Docker Script Enhancements:
docker/files/docker-dlc.sh
: Added a new script to enable or disable DLC mods based on theDLC_SPACE_AGE
environment variable.docker/files/docker-entrypoint.sh
: Updated the entry point script to call the newdocker-dlc.sh
script, ensuring DLC mods are configured at startup.Fixes #510 Related #https://github.com/m-chandler/factorio-spot-pricing/issues/40