latest - most up-to-date version (may be experimental).This is a fork of https://github.com/dtandersen/docker_factorio_server.
Usage should be the same.
Only change is PUID / PGID environment variable support.
Run the server to create the necessary folder structure and configuration files. For this example data is stored in /opt/factorio.
sudo mkdir -p /opt/factorio
sudo chown 845:845 /opt/factorio
sudo docker run -d \
-p 34197:34197/udp \
-p 27015:27015/tcp \
-v /opt/factorio:/factorio \
-e PUID=1000 \
-e PGID=1000 \
--name factorio \
--restart=always \
aeonlucid/unraidfactorio

Content type
Image
Digest
Size
99.3 MB
Last updated
over 7 years ago
docker pull aeonlucid/unraidfactorio