factoriotools / factorio-docker

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

Scenario: --use-server-whitelist flag missing #223

Open wellczech opened 5 years ago

wellczech commented 5 years ago

When starting scenario, server quits complaining about use-server-whitelist when whitelist is used.

Solution: entrypoint scenario.sh is missing --use-server-whitelist in exec command

wellczech commented 5 years ago

Existing pull request actually solves this issue. https://github.com/dtandersen/docker_factorio_server/pull/208

pbrink231 commented 5 years ago

running into this issue now with the missing command in scenario.sh. The pull request wellczech referenced would be a nice addition to keep everything up to date in a singe file.