rust server fixes?
This commit is contained in:
parent
c9cb7dee90
commit
6cec72c32f
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
Reference in a new issue