Skip to content

Folas1337/docker-waterfall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-waterfall

Docker image for BungeeCord fork called Waterfall at https://papermc.io

Please refer to the official documentation for BungeeCord for information how to use this.

Build

Build latest version:

docker build \
    --tag nicholasdille/waterfall \
    .

Build with specific version of Waterfall:

docker build \
    --build-arg WATERFALL_VERSION=1.14.4 \
    --tag nicholasdille/waterfall \
    .

Build with specific version of Java:

docker build \
    --build-arg JAVA_VERSION=10 \
    --tag nicholasdille/waterfall \
    .

Launch

docker run \
    -d \
    --name bungee \
    --mount type=bind,source=/opt/minecraft/bungee,target=/var/opt/waterfall \
    -p 25565:25565 \
    nicholasdille/waterfall

Also see docker-compose.yml for integration with docker-papermc.

About

Docker image for BungeeCord fork called Waterfall at https://papermc.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%