Giter Site home page Giter Site logo

felixklauke / waterfall-docker Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 3.0 35 KB

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

Home Page: https://www.felix-klauke.com

License: MIT License

Shell 15.63% Dockerfile 84.37%
waterfall-docker bungee-cord stability docker-image dockerized paperspigot paper minecraft minecraft-docker

waterfall-docker's Introduction

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: {}

waterfall-docker's People

Contributors

dependabot-preview[bot] avatar felixklauke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

waterfall-docker's Issues

Why to use the JDK base image?

Is your feature request related to a problem? Please describe.
I haven't tested it, but I've seen you used OpenJDK (the Java Development Kit) as the base image.

Describe the solution you'd like
You may consider using the "doptopenjdk:11-jre-hotspot" or "adoptopenjdk:11-jre-openj9" base-image.

Additional context
It's no big deal ^^ just an improvement of the all in all image size and maybe the runtime and ressource usage itself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.