Skip to content
forked from 2mug1/paper

Docker image of Paper (latest version and build)

License

Notifications You must be signed in to change notification settings

yudejp/paper-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper

docker-compose.yml

version: '3'

services:

  paper:
    container_name: paper
    image: ghcr.io/yudejp/paper-docker:master
    network_mode: host
    volumes:
      - ./paper:/app
    tty: true
    stdin_open: true
    environment:
      JAVA_OPTS: "-Xms1G -Xmx2G"

LICENSE

MIT License

About

Docker image of Paper (latest version and build)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 65.7%
  • Shell 34.3%