Skip to content

Commit

Permalink
docs: updated to new name of itzg/mc-proxy (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Jun 20, 2024
1 parent c361446 commit 1ccd6a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/misc/related-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [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

Expand Down
1 change: 0 additions & 1 deletion examples/docker-compose-autopause.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
environment:
EULA: "TRUE"
ENABLE_AUTOPAUSE: "TRUE"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
MAX_TICK_TIME: "-1"
# More aggressive settings for demo purposes
AUTOPAUSE_TIMEOUT_INIT: "30"
Expand Down
4 changes: 2 additions & 2 deletions examples/multi-project/servers/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
proxy:
image: itzg/bungeecord
image: itzg/mc-proxy
environment:
TYPE: WATERFALL
ports:
Expand All @@ -10,7 +10,7 @@ services:
- ./waterfall-config:/config
# If you want to use Velocity here is a premade version that supports Velocity
# velocity-proxy:
# image: itzg/bungeecord
# image: itzg/mc-proxy
# environment:
# TYPE: VELOCITY
# ports:
Expand Down

0 comments on commit 1ccd6a0

Please sign in to comment.