Skip to content

Instantly share code, notes, and snippets.

@peacock0803sz
Last active March 21, 2020 18:12
Show Gist options
  • Save peacock0803sz/0293d83e966de5fbc27bb4539cd34963 to your computer and use it in GitHub Desktop.
Save peacock0803sz/0293d83e966de5fbc27bb4539cd34963 to your computer and use it in GitHub Desktop.
factorio on docker
version: "3"
services:
factorio:
image: factoriotools/factorio:1.8
ports:
- "34197:34197/udp"
- "27015:27015/tcp"
volumes:
- "data:/factorio"
environment:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment