estimated reading time < 1 min
This docker-compose also can be used in the container-station of QNAP.
--- version: "2.1" services: papermerge: image: linuxserver/papermerge container_name: papermerge environment: - PUID=1000 - PGID=100 - TZ=Asia/Bangkok volumes: - /share/Container/container-data/papermerge/config:/config - /share/Container/container-data/papermerge/data:/data ports: - 8035:8000 restart: unless-stopped
Papermerge is an open-source Documentmanagement System. More info can be found here:
https://www.papermerge.com/
Default login is admin:admin via the webui, accessible at http://SERVERIP:PORT
Views: 72