Skip to content
/ paper Public

🏞️ Docker image of Paper (latest version and build)

License

Notifications You must be signed in to change notification settings

2mug1/paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper

docker-compose.yml

version: '3'

services:

  paper:
    container_name: paper
    image: ghcr.io/2mug1/paper
    volumes:
      - ./paper:/app
    tty: true
    stdin_open: true
    environment:
      JAVA_OPTS: "-Xms256M -Xmx512M"

LICENSE

MIT License