mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-20 10:55:23 +00:00
Added Velocity to Multi Server (#2623)
This commit is contained in:
@@ -10,7 +10,16 @@ services:
|
||||
volumes:
|
||||
- waterfall:/server
|
||||
- ./waterfall-config:/config
|
||||
|
||||
# If you want to use Velocity here is a premade version that supports Velocity
|
||||
# velocity-proxy:
|
||||
# image: itzg/bungeecord
|
||||
# environment:
|
||||
# TYPE: VELOCITY
|
||||
# ports:
|
||||
# - "25565:25577"
|
||||
# volumes:
|
||||
# - velocity:/server
|
||||
# - ./velocity-config:/config
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
environment:
|
||||
@@ -38,4 +47,4 @@ networks:
|
||||
dbs:
|
||||
# declared in ../dbs
|
||||
external: true
|
||||
name: dbs_default
|
||||
name: dbs_default
|
||||
|
||||
Reference in New Issue
Block a user