Skip to content

Docker image of Waterfall (latest version and build)

License

Notifications You must be signed in to change notification settings

yudejp/waterfall-docker

 
 

Repository files navigation

waterfall

docker-compose.yml

version: '3'

services:

  waterfall:
    container_name: waterfall
    image: ghcr.io/yudejp/waterfall
    volumes:
      - ./waterfall:/app
    tty: true
    stdin_open: true
    environment:
      JAVA_OPTS: "-Xms256M -Xmx512M"

LICENSE

MIT License

About

Docker image of Waterfall (latest version and build)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 61.5%
  • Shell 38.5%