728x90
원문출처 : https://github.com/Frooodle/Stirling-PDF
GitHub - Frooodle/Stirling-PDF: locally hosted web application that allows you to perform various operations on PDF files
locally hosted web application that allows you to perform various operations on PDF files - GitHub - Frooodle/Stirling-PDF: locally hosted web application that allows you to perform various operati...
github.com
version: '3.3'
services:
stirling-pdf:
image: frooodle/s-pdf
ports:
- '8080:8080'
volumes:
- ./trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages
- ./extraConfigs:/configs
# environment:
# APP_LOCALE: en_GB
# APP_HOME_NAME: Stirling PDF
# APP_HOME_DESCRIPTION: Your locally hosted one-stop-shop for all your PDF needs.
# APP_NAVBAR_NAME: Stirling PDF
# APP_ROOT_PATH: /
# ALLOW_GOOGLE_VISIBILITY: true
'IT > 도커(Docker)' 카테고리의 다른 글
도커(Docker)로 It-Tools 설치하기 (0) | 2023.08.28 |
---|---|
도커(Docker) YAML 문법 검사 사이트 (0) | 2023.08.23 |
도커(Docker)로 이윰빌더(Eyoom)+그누보드 설치하기(한국형 게시판 커뮤니티) (0) | 2023.01.31 |
도커 컨테이너 내의 파일 가져오기, 로컬 파일 도커 컨테이너로 파일 넣기 (0) | 2023.01.16 |
Docker 네트워크 사용법 (0) | 2023.01.02 |