diff --git a/docs/Installation/Docker Install.md b/docs/Installation/Docker Install.md index a2cb913..2630748 100644 --- a/docs/Installation/Docker Install.md +++ b/docs/Installation/Docker Install.md @@ -147,7 +147,7 @@ Want OCR, custom settings, and logging? Add more volumes: docker run -d \ --name stirling-pdf \ -p 8080:8080 \ - -v ./stirling-data/tessdata:/usr/share/tessdata \ + -v ./stirling-data/tessdata:/usr/share/tesseract-ocr \ -v ./stirling-data/configs:/configs \ -v ./stirling-data/logs:/logs \ -v ./stirling-data/pipeline:/pipeline \ @@ -169,10 +169,10 @@ services: ports: - '8080:8080' volumes: - - ./stirling-data/tessdata:/usr/share/tessdata # OCR language files - - ./stirling-data/configs:/configs # Settings & database - - ./stirling-data/logs:/logs # Application logs - - ./stirling-data/pipeline:/pipeline # Automation configs + - ./stirling-data/tessdata:/usr/share/tesseract-ocr # OCR language files + - ./stirling-data/configs:/configs # Settings & database + - ./stirling-data/logs:/logs # Application logs + - ./stirling-data/pipeline:/pipeline # Automation configs environment: - SECURITY_ENABLELOGIN=false # Set true to enable user authentication - LANGS=en_GB # Interface language