Facerafter / docker-farming-simulator-server

This is a docker image to run the Farming Simulator 19 dedicated server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is currently work in progress.
Known Bugs:

  • haproxy redirects from http://127.0.0.1:1080/index.html to http:///index.html instead of http://docker-ip/index.html
  • Dockerfile not cleaned up

docker-farming-simulator-server

This is a docker image to run the Farming Simulator 19 in a docker container. The game files are not included and must be mounted into the container. The data directory should filled with the game binary files and the save directory is for the game data files.
Thanks to cbeneke/docker-farming-simulator-server for his work on this docker image.

Build and Run

# Build
docker-compose build

# Run detached
docker-compose up --detach

# Stop
docker-compose down

# Build and Run
docker-compose up --build

Configuration

The configuration files for the docker-container are stored in the config directory. The configuration files for the dedicated-server are stored in the data directory. The configuration files for the game are stored in the save directory.

About

This is a docker image to run the Farming Simulator 19 dedicated server

License:Apache License 2.0


Languages

Language:Dockerfile 89.1%Language:Shell 10.9%