Skip to content

Instantly share code, notes, and snippets.

@ironicbadger
Created October 22, 2024 20:45
Show Gist options
  • Save ironicbadger/0b90f127b0b10493bdce1384ec7dcaaf to your computer and use it in GitHub Desktop.
Save ironicbadger/0b90f127b0b10493bdce1384ec7dcaaf to your computer and use it in GitHub Desktop.
factorio-compose
---
services:
factorio:
image: factoriotools/factorio:2.0.8
ports:
- "34197:34197/udp"
- "27015:27015/tcp"
volumes:
- ./factorio:/factorio
environment:
# - PUID=1000
# - PGID=1000
# - UPDATE_MODS_ON_START=true
# - USERNAME=FactorioUsername
# - TOKEN=FactorioToken
# - PORT=34198
# - PRESET=deathworld
# - ADDR=10.42.7.25
- GENERATE_NEW_SAVE=true
- SAVE_NAME=badgerbadger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment