Created
October 22, 2024 20:45
-
-
Save ironicbadger/0b90f127b0b10493bdce1384ec7dcaaf to your computer and use it in GitHub Desktop.
factorio-compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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