From 6cec72c32f77d2f321617122a21b65d98cb42721 Mon Sep 17 00:00:00 2001 From: faulty Date: Mon, 5 Dec 2022 09:24:51 +0100 Subject: [PATCH] rust server fixes? --- docker-compose.games.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.games.yml b/docker-compose.games.yml index 13a8856..40e09f3 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -33,10 +33,13 @@ services: - RUST_SERVER_WORLDSIZE=2500 - RUST_SERVER_SEED=694201 - RUST_SERVER_PORT=28115 + - RUST_SERVER_URL=faulty.nl + - RUST_RCON_PORT=28116 + - RUST_APP_PORT=28182 - RUST_SERVER_PASSWORD=smexypexy volumes: - /srv/rust/data:/data ports: # 281** is allocated for Rust - "28115:28115" - - "28116:28016" - - "28182:28082" \ No newline at end of file + - "28116:28116" + - "28182:28182" \ No newline at end of file