宝塔面板可以通过容器编排来搭建。
version: '3.9'
services:
stirling-pdf:
image: frooodle/s-pdf:latest
container_name: Stirling-PDF
ports:
- '8080:8080'
volumes:
- /opt/trainingData:/usr/share/tessdata # OCR 语言支持
- /opt/extraConfigs:/configs
- /opt/customFiles:/customFiles/
- /opt/logs:/logs/
environment:
DOCKER_ENABLE_SECURITY: true # 启用内部安全功能
SECURITY_ENABLELOGIN: true # 启用登录功能
SECURITY_INITIALLOGIN_USERNAME: louxu # 登录账户
SECURITY_INITIALLOGIN_PASSWORD: louxu # 登录密码
UI_APPNAME: louxu # 导航页标题
INSTALL_BOOK_AND_ADVANCED_HTML_OPS: false
SYSTEM_DEFAULTLOCALE: zh_CN # 默认中文
或者保存为yml文件后运行
docker-compose up -d
如果要公开,就将登录账号与登录密码行删掉。
功能非常丰富。
- THE END -
最后修改:2025年6月11日
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.louxu.com/2025/06/208.html
共有 0 条评论