l3nnartt / VelocityImage

Docker Image to run a velocity minecraft proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VelocityImage

Docker Image to run a velocity minecraft proxy

1. Create docker-compose.yml

version: "3"
services:
  velocityimage:
    container_name: "velocity"
    image: ghcr.io/l3nnartt/velocityimage:main
    restart: always
    ports:
     - "25565:25565"
    volumes:
      - ./velocity.toml:/opt/velocity/velocity.toml
      - ./plugins/:/opt/velocity/plugins/

2. Create plugins folder & velocity.toml file

image

Get the default toml from the velocity repo https://github.com/PaperMC/Velocity/blob/dev/3.0.0/proxy/src/main/resources/default-velocity.toml

About

Docker Image to run a velocity minecraft proxy


Languages

Language:Dockerfile 100.0%