Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Created September 30, 2023 16:26
Show Gist options
  • Save OSCUK/ed1ac708dc376f216a35d5438ff833d6 to your computer and use it in GitHub Desktop.
Save OSCUK/ed1ac708dc376f216a35d5438ff833d6 to your computer and use it in GitHub Desktop.
Sterling-PDF
version: '3.3'
services:
stirling-pdf:
image: frooodle/s-pdf:latest
ports:
- '8080:8080'
volumes:
- /home/docker/pdf/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages
- /home/docker/pdf/extraConfigs:/configs
# - /home/docker/pdf/customFiles:/customFiles/
environment:
- DOCKER_ENABLE_SECURITY=true
- SECURITY_ENABLELOGIN=true
- SECURITY_INITIALLOGIN_USERNAME=admin
- SECURITY_INITIALLOGIN_PASSWORD=youRpaSSworD!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment