From 7a67a4df0ff90e6aafe0b1916a175f67dd1f03cb Mon Sep 17 00:00:00 2001 From: faulty Date: Mon, 5 Dec 2022 10:08:16 +0100 Subject: [PATCH] some other rust fixes --- docker-compose.games.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.games.yml b/docker-compose.games.yml index 40e09f3..482d0e2 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -32,13 +32,13 @@ services: - RUST_SERVER_MAXPLAYERS=20 - RUST_SERVER_WORLDSIZE=2500 - RUST_SERVER_SEED=694201 - - RUST_SERVER_PORT=28115 - RUST_SERVER_URL=faulty.nl - - RUST_RCON_PORT=28116 + - RUST_SERVER_PORT=28115 - RUST_APP_PORT=28182 - - RUST_SERVER_PASSWORD=smexypexy + - RUST_RCON_PORT=28116 + - RUST_RCON_PASSWORD=smexypexy volumes: - - /srv/rust/data:/data + - /srv/rust/data:/steamcmd/rust ports: # 281** is allocated for Rust - "28115:28115" - "28116:28116"