Skip to content

Commit e55cefe

Browse files
committed
Migrate to itzg/mc-proxy image from bungeecoord and update some dependencies in docker compose exmaple
1 parent a389be7 commit e55cefe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/docker-compose/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
# - ./mariadb:/var/lib/mysql
4141

4242
lp:
43-
image: ghcr.io/luckperms/luckperms:v5.4.130
43+
image: ghcr.io/luckperms/luckperms:v5.4.134
4444
environment:
4545
# LUCKPERMS_STORAGE_METHOD: mariadb
4646
LUCKPERMS_STORAGE_METHOD: postgresql
@@ -51,15 +51,15 @@ services:
5151
LUCKPERMS_DATA_PASSWORD: catalyst_docker_compose
5252

5353
proxy:
54-
image: itzg/bungeecord:latest
54+
image: itzg/mc-proxy:latest
5555
ports:
5656
- "25565:25565"
5757
environment:
5858
TYPE: VELOCITY
5959
VELOCITY_VERSION: 3.3.0-SNAPSHOT
60-
VELOCITY_BUILD_ID: 394
60+
VELOCITY_BUILD_ID: 400
6161
PLUGINS: |
62-
https://download.luckperms.net/1543/velocity/LuckPerms-Velocity-5.4.130.jar
62+
https://download.luckperms.net/1549/velocity/LuckPerms-Velocity-5.4.134.jar
6363
https://cdn.modrinth.com/data/7IbzD4Zm/versions/eeGwpMZV/SignedVelocity-Proxy-1.2.3.jar
6464
https://cdn.modrinth.com/data/1iWA0pjH/versions/rEHcRyPV/MCKotlinVelocity-1.4.0-k1.9.21.jar
6565
PATCH_DEFINITIONS: /server/velocity-patch-set.json

0 commit comments

Comments
 (0)