#version: '3.3' services: stirling-pdf: image: frooodle/s-pdf:latest ports: - '8079:8080' volumes: - /srv/appdata/stirling/trainingData:/usr/share/tesseract-ocr/4.00/tessdata - /srv/appdata/stirling/extraConfigs:/configs environment: - DOCKER_ENABLE_SECURITY=false - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false - LANGS=en_GB restart: unless-stopped