:whale: A simple Docker container to deploy a Factorio headless server.
Some helpful scripts to easily get a Factorio headless server up and running
inside a Docker container.
This project deploys the the Factorio headless server found on Factorio’s website.
Docker-compose is used to easily manage container configurations.
git clone https://github.com/timvisee/docker-compose-factorio-server.git; cd docker-compose-factorio-server
)./build
)./start
)To stop the container, use the ./stop
script.
This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.