An external server list for the BeamNG.drive multiplayer mod "KissMP"
The website is also hosted at https://kissmpservers.jakobs.work
- Download or copy the docker-compose.yml file from this repo.
- Place the
docker-compose.yml
file inside of a folder - Edit the
docker-compose.yml
file to your liking. If you want to change the port, change the "8080" part not "4001" (or the app will stop working). - Run
docker-compose up -d
within the same folder as thedocker-compose.yml
file - Done! :D
The app should then be available on the port set in your docker-compose file.
Run a container with the image:
docker run -d -p PORT:4001 asciijakob/kissmp-serverlist
Replace PORT with whatever port you wish for the webserver to listen to.
git clone https://github.com/AsciiJakob/KissMP-Serverlist.git
cd KissMP-Serverlist
npm install
node app.js