docker-compose.yml
version: '3'
services:
waterfall:
container_name: waterfall
image: ghcr.io/2mug1/waterfall
volumes:
- ./waterfall:/app
tty: true
stdin_open: true
environment:
JAVA_OPTS: "-Xms256M -Xmx512M"
MIT License