This runs R5Reloaded from a docker container, this makes setting up servers a bit easier
- Clone this directory
git clone https://github.com/Radiicall/r5reloaded-docker.git
- Grab a server zip file from the #announcements channel in the R5Reloaded server
- Place server[.]zip in the cloned directory
- Rename the server zip to
server.zip
- Run
docker build -t r5reloaded-server -f Dockerfile
while still in the cloned directory
Inside the docker-compose file you'll see the environment variables, these can be changed to configure the server
Run the docker compose file docker compose -p r5reloaded up -d