Skip to content

felixklauke/waterfall-docker

Repository files navigation

waterfall-docker

Docker image for the popular bungee cord fork called Waterfall that aims to improve performance and stability.

If you want to run the corresponding minecraft servers you should take a look at paperspigot-docker.

Docker compose

If you prefer docker-compose / stack checkout docker-compose.yml or the following example:

version: '3.7'

services:

  waterfall:
    image: felixklauke/waterfall:1.14
    container_name: waterfall
    restart: always
    stdin_open: true
    tty: true
    networks:
      - minecraft
    ports:
      - 25565:25565
    volumes:
      - waterfall-logs:/opt/waterfall/server/logs
      - waterfall-plugins:/opt/waterfall/server/plugins

volumes:
  waterfall-logs: {}
  waterfall-plugins: {}

networks:
  minecraft: {}

About

Docker image for the popular bungee cord fork called Waterfall that aims to improve performance and stability.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors