Created
June 15, 2018 00:24
-
-
Save xfalcox/8a244915113390a97f3905d5be7ffd1d to your computer and use it in GitHub Desktop.
Factorio
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
wget -qO- https://get.docker.com/ | sh | |
mkdir -p /opt/factorio | |
chown 845:845 /opt/factorio | |
docker run -d -p 34197:34197/udp -p 27015:27015/tcp -v /opt/factorio:/factorio --name factorio --restart=always dtandersen/factorio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment