13 lines
301 B
Django/Jinja
Executable file
13 lines
301 B
Django/Jinja
Executable file
version: "3.8"
|
|
|
|
services:
|
|
factorio:
|
|
image: factoriotools/factorio:latest
|
|
restart: always
|
|
environment:
|
|
DLC_SPACE_AGE: "false"
|
|
ports:
|
|
- "34197:34197/udp"
|
|
- "27015:27015/tcp"
|
|
volumes:
|
|
- ./factorio_data:/factorio
|