mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
389 B
389 B
GeyserConnect using Docker
This contains the docker image and a basic way of running GeyserConnect
Setup
- Download GeyserConnect to a subfolder called
data
- Build the docker file using
docker build -t geyser-connect .
- Start geyser using this:
docker run --name "geyser-c" -d --restart always -p 19132:19132/udp -p 19133:19133/udp -v $(pwd)/data:/gsc geyser-connect