mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
docs: updated to new name of itzg/mc-proxy (#2917)
This commit is contained in:
@@ -6,7 +6,7 @@ Docker image that runs a Minecraft Bedrock server.
|
|||||||
|
|
||||||
Lightweight multiplexer/proxy for Minecraft Java servers. Provided as a stand-alone application and a Docker image.
|
Lightweight multiplexer/proxy for Minecraft Java servers. Provided as a stand-alone application and a Docker image.
|
||||||
|
|
||||||
### [itzg/bungeecord](https://github.com/itzg/docker-bungeecord/)
|
### [itzg/mc-proxy](https://github.com/itzg/docker-bungeecord/)
|
||||||
|
|
||||||
Docker image that runs a proxy powered by Bungeecord, Velocity, or Waterfall
|
Docker image that runs a proxy powered by Bungeecord, Velocity, or Waterfall
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
ENABLE_AUTOPAUSE: "TRUE"
|
ENABLE_AUTOPAUSE: "TRUE"
|
||||||
OVERRIDE_SERVER_PROPERTIES: "TRUE"
|
|
||||||
MAX_TICK_TIME: "-1"
|
MAX_TICK_TIME: "-1"
|
||||||
# More aggressive settings for demo purposes
|
# More aggressive settings for demo purposes
|
||||||
AUTOPAUSE_TIMEOUT_INIT: "30"
|
AUTOPAUSE_TIMEOUT_INIT: "30"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
image: itzg/bungeecord
|
image: itzg/mc-proxy
|
||||||
environment:
|
environment:
|
||||||
TYPE: WATERFALL
|
TYPE: WATERFALL
|
||||||
ports:
|
ports:
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- ./waterfall-config:/config
|
- ./waterfall-config:/config
|
||||||
# If you want to use Velocity here is a premade version that supports Velocity
|
# If you want to use Velocity here is a premade version that supports Velocity
|
||||||
# velocity-proxy:
|
# velocity-proxy:
|
||||||
# image: itzg/bungeecord
|
# image: itzg/mc-proxy
|
||||||
# environment:
|
# environment:
|
||||||
# TYPE: VELOCITY
|
# TYPE: VELOCITY
|
||||||
# ports:
|
# ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user