Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 279 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 279 Bytes

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