mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
run in docker-compose: readme
This commit is contained in:
parent
678504767f
commit
a1a8a38576
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
Use this service to connect your bot to unsupported minecraft server versions.
|
Use this service to connect your bot to an unsupported minecraft server versions.
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ After first start it will create config file `services/viaproxy/viaproxy.yml`.
|
||||||
|
|
||||||
Edit this file, and change your desired target `target-address`,
|
Edit this file, and change your desired target `target-address`,
|
||||||
|
|
||||||
then point to your `settings.js` `host` and `port` to viaproxy:
|
then point your `settings.js` `host` and `port` to viaproxy endpoint:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
"host": "host.docker.internal",
|
"host": "host.docker.internal",
|
||||||
|
@ -19,7 +19,7 @@ then point to your `settings.js` `host` and `port` to viaproxy:
|
||||||
|
|
||||||
This easily works with "offline" servers.
|
This easily works with "offline" servers.
|
||||||
|
|
||||||
Connecting to "online" servers with viaproxy involves more configuration: see `auth-method` in `services/viaproxy/viaproxy.yml` (TODO describe)
|
Connecting to "online" servers via viaproxy involves more effort: see `auth-method` in `services/viaproxy/viaproxy.yml` (TODO describe)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue