You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs/docs/docker/games/factorio.md

1000 B

Factorio

Docker Version Docker Pulls Docker Stars

version: "3.7"

networks:
  direct_net:
    external: true

services:
  factorio:
    container_name: factorio
    image: factoriotools/factorio:1.1.96
    ports:
      - "34197:34197/udp"
      #- "27015:27015/tcp"
    volumes:
      - /opt/appdata/games/factorio:/factorio
    networks:
      - direct_net
    security_opt:
      - no-new-privileges:true
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ="Asia/Yekaterinburg"
      - UPDATE_MODS_ON_START=true
      - SAVE_NAME