rust server addition
This commit is contained in:
parent
01e4c835b2
commit
c9cb7dee90
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
Reference in a new issue