some other rust fixes
This commit is contained in:
parent
6cec72c32f
commit
7a67a4df0f
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue