some other rust fixes

This commit is contained in:
Didier Slof 2022-12-05 10:08:16 +01:00
parent 6cec72c32f
commit 7a67a4df0f
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -32,13 +32,13 @@ services:
- RUST_SERVER_MAXPLAYERS=20 - RUST_SERVER_MAXPLAYERS=20
- RUST_SERVER_WORLDSIZE=2500 - RUST_SERVER_WORLDSIZE=2500
- RUST_SERVER_SEED=694201 - RUST_SERVER_SEED=694201
- RUST_SERVER_PORT=28115
- RUST_SERVER_URL=faulty.nl - RUST_SERVER_URL=faulty.nl
- RUST_RCON_PORT=28116 - RUST_SERVER_PORT=28115
- RUST_APP_PORT=28182 - RUST_APP_PORT=28182
- RUST_SERVER_PASSWORD=smexypexy - RUST_RCON_PORT=28116
- RUST_RCON_PASSWORD=smexypexy
volumes: volumes:
- /srv/rust/data:/data - /srv/rust/data:/steamcmd/rust
ports: # 281** is allocated for Rust ports: # 281** is allocated for Rust
- "28115:28115" - "28115:28115"
- "28116:28116" - "28116:28116"