rust server fixes?

This commit is contained in:
Didier Slof 2022-12-05 09:24:51 +01:00
parent c9cb7dee90
commit 6cec72c32f
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

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