From c9cb7dee9043702da315e24a0a4116efbf1f2654 Mon Sep 17 00:00:00 2001 From: faulty Date: Mon, 5 Dec 2022 09:15:35 +0100 Subject: [PATCH] rust server addition --- docker-compose.games.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docker-compose.games.yml b/docker-compose.games.yml index 4570f5e..13a8856 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -30,7 +30,13 @@ services: environment: - RUST_SERVER_NAME=smexypexyrustserver - RUST_SERVER_MAXPLAYERS=20 + - RUST_SERVER_WORLDSIZE=2500 + - RUST_SERVER_SEED=694201 + - RUST_SERVER_PORT=28115 + - RUST_SERVER_PASSWORD=smexypexy + volumes: + - /srv/rust/data:/data ports: # 281** is allocated for Rust - - "28115:28015" + - "28115:28115" - "28116:28016" - "28182:28082" \ No newline at end of file