# Stirling-pdf
Pi-hole website
#### Docker Compose ```yaml services: stirling-pdf: image: docker.stirlingpdf.com/stirlingtools/stirling-pdf container_name: "Sterling-pdf" ports: - '8981:8080' # change the left side port if 8080 is already in use on your host machine volumes: - ./trainingData:/usr/share/tessdata #Required for extra OCR languages - ./extraConfigs:/configs - /location/of/customFiles:/customFiles/ - ./logs:/logs/ environment: - DOCKER_ENABLE_SECURITY=false - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false - LANGS=en_US # change this to your preferred language code ```