This Cookbook deploys a Factorio Server using Docker.
- Add some Screenshots
To customise your factorio deployment, you can change options in the
default.rb
in the attributes directory. Below are some explanations
of some things you can customise.
Change default
to the desired installation type.
Ordinarily, you would not need to change this at all.
default['docker']['installation']['type'] = 'default'
default['docker']['image']['repo'] = 'factoriotools/factorio'
In normal circumstances, you probably should not change this option.
default['docker']['directory'] = '/factorio'
default['docker']['tcp_port'] = '27015'
default['docker']['udp_port'] = '34197'
default['docker']['image']['tag'] = 'stable'
default['host']['tcp_port'] = '27015'
default['host']['udp_port'] = '34197'
default['host']['directory'] = '/opt/factorio'
to be added