Skip to content

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

License

Notifications You must be signed in to change notification settings

knopfm/docker-farming-simulator-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 87.2%
  • Shell 12.8%