einand/factorio

By einand

Updated about 4 hours ago

Easy auto updating factorio image

Image
0

1.4K

Simple docker composer file to always have the latest factorio up and running

services:
  factorio:
    platform: linux/amd64
    image: einand/factorio:stable
    ports:
      - "34197:34197/udp"
    volumes:
      - "./saves:/srv/saves"
    restart: always

Docker Pull Command

docker pull einand/factorio