Last active
March 21, 2020 18:12
-
-
Save peacock0803sz/0293d83e966de5fbc27bb4539cd34963 to your computer and use it in GitHub Desktop.
factorio on docker
This file contains hidden or 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
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