Skip to content

🛶 Docker image of Waterfall (latest version and build)

License

Notifications You must be signed in to change notification settings

2mug1/waterfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waterfall

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"

LICENSE

MIT License