mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-15 20:53:06 +01:00
25 lines
659 B
YAML
25 lines
659 B
YAML
version: '2'
|
|
services:
|
|
factorio:
|
|
build:
|
|
context: .
|
|
args:
|
|
# Check buildinfo.json for supported versions and SHAs
|
|
# https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
|
|
- VERSION=2.0.11
|
|
- SHA256=7848f2d8b2b32a0efeb8a401657459486eda9b8072c221d0f9c0b450290da0d6
|
|
ports:
|
|
- "34197:34197/udp"
|
|
- "27015:27015/tcp"
|
|
volumes:
|
|
- /opt/factorio:/factorio
|
|
# environment:
|
|
# - PUID=1000
|
|
# - PGID=1000
|
|
# - UPDATE_MODS_ON_START=true
|
|
# - USERNAME=FactorioUsername
|
|
# - TOKEN=FactorioToken
|
|
# - PORT=34198
|
|
# - PRESET=deathworld
|
|
# - ADDR=::1
|