
version: '3.3'
services:
stirling-pdf:
container_name: Stirling-PDF
image: frooodle/s-pdf:latest
ports:
- '8086:8080'
volumes:
- /share/docker/pdf/trainingData:/usr/share/tesseract-ocr/5/tessdata
- /share/docker/pdf/extraConfigs:/configs
- /share/docker/pdf/customFiles:/customFiles/
- /share/docker/pdf/logs:/logs/
environment:
- DOCKER_ENABLE_SECURITY=ture
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=zh_CN
restart: unless-stopped
评论区