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
.gitignore | ||
Dockerfile | ||
init.sh | ||
README.md |
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