1
0
mirror of https://github.com/LpmRaven/factorio-docker-server.git synced 2024-11-30 08:06:56 +02:00
Easy to use Factorio Game Server in Docker with custom settings
Go to file
2016-03-04 08:55:08 +01:00
.gitignore Initial commit 2016-03-04 08:55:08 +01:00
Dockerfile Initial commit 2016-03-04 08:55:08 +01:00
init.sh Initial commit 2016-03-04 08:55:08 +01:00
README.md Initial commit 2016-03-04 08:55:08 +01:00

Factorio Server

Build the image

docker build -t factorio .

Run the server

docker run -d -v $(pwd)/saves:/opt/factorio/saves \
           -p 34197:34197/udp \
           --restart=always \
           --name factorio-server \
           factorio