Sign inSign up

aeonlucid/unraidfactorio

By aeonlucid

Updated over 7 years ago

Image
0

1.8K

aeonlucid/unraidfactorio repository overview

UnraidFactorio Docker Pulls Docker Stars

  • 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.

Usage

Quick Start

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

Unraid example

Unraid example

Tag summary

Content type

Image

Digest

Size

99.3 MB

Last updated

over 7 years ago

docker pull aeonlucid/unraidfactorio