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