mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-06 18:57:24 +01:00
17 lines
328 B
YAML
17 lines
328 B
YAML
version: '2'
|
|
services:
|
|
factorio:
|
|
build: .
|
|
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
|