请按照以下模版详细描述您遇到的问题:
CentOS Linux 7.9 64 位
Seafile13(社区版)+onlyoffice
部署/操作过程(请说明二进制部署/docker部署;出现错误的操作步骤)
docker部署,使用自有mysql
按照官方文档部署,seahub_settings.py如下:
SECRET_KEY = “+x%!rvzfup99_+k^ty7j(fce!&%nwfc=6e%se)(3my@@j!f40z”
TIME_ZONE = ‘Etc/UTC’
ENABLE_ONLYOFFICE = True
VERIFY_ONLYOFFICE_CERTIFICATE = True
ONLYOFFICE_APIJS_URL = ‘http://117.89.185.210:6233/web-apps/apps/api/documents/api.js’
ONLYOFFICE_JWT_SECRET = ‘B86h4JHDWEOwUom9Mlvgrwb26hPYBCgBAdzpOd5O’
ONLYOFFICE_FILE_EXTENSION = (‘doc’, ‘docx’, ‘ppt’, ‘pptx’, ‘xls’, ‘xlsx’, ‘odt’, ‘fodt’, ‘odp’, ‘fodp’, ‘ods’, ‘fods’, ‘ppsx’, ‘pps’, ‘csv’)
ONLYOFFICE_EDIT_FILE_EXTENSION = (‘docx’, ‘pptx’, ‘xlsx’, ‘csv’)
OFFICE_PREVIEW_MAX_SIZE = 30 * 1024 * 1024 # 预览大小上限,30MB,此选项13.0版本启用
.env如下
SEAFILE_IMAGE=seafileltd/seafile-mc:13.0-latest
SEAFILE_DB_IMAGE=mariadb:10.11
SEAFILE_REDIS_IMAGE=redis
SEAFILE_CADDY_IMAGE=lucaslorentz/caddy-docker-proxy:2.12-alpine
SEADOC_IMAGE=seafileltd/sdoc-server:2.0-latest
NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:13.0-latest
MD_IMAGE=seafileltd/seafile-md-server:13.0-latest
ONLYOFFICE_IMAGE=onlyoffice/documentserver:8.1.0.1
ONLYOFFICE_VOLUME=/mnt/sdd/onlyoffice
ONLYOFFICE_PORT=6233
ONLYOFFICE_JWT_SECRET=B86h4JHDWEOwUom9Mlvgrwb26hPYBCgBAdzpOd5O
错误截图
seafile-onlyoffice日志:
- Starting PostgreSQL 14 database server
…done. - Starting RabbitMQ Messaging Server rabbitmq-server
…done.
Starting supervisor: supervisord. - Starting periodic command scheduler cron
…done. - Starting nginx nginx
…done.
Generating AllFonts.js, please wait…Done
Generating presentation themes, please wait…Done
Generating js caches, please wait…Done
ds:docservice: stopped
ds:docservice: started
ds:converter: stopped
ds:converter: started - Reloading nginx configuration nginx
…done.
==> /var/log/onlyoffice/documentserver/converter/err.log <==
==> /var/log/onlyoffice/documentserver/converter/out.log <==
[2026-04-27T08:57:06.941] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[2026-04-27T08:57:06.943] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
[2026-04-27T08:57:06.957] [WARN] [localhost] [docId] [userId] nodeJS - worker 735 started.
[2026-04-27T08:57:06.960] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[2026-04-27T08:57:06.960] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
[2026-04-27T08:57:52.308] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[2026-04-27T08:57:52.310] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
[2026-04-27T08:57:52.319] [WARN] [localhost] [docId] [userId] nodeJS - worker 849 started.
[2026-04-27T08:57:52.322] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[2026-04-27T08:57:52.322] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
==> /var/log/onlyoffice/documentserver/docservice/err.log <==
==> /var/log/onlyoffice/documentserver/docservice/out.log <==
[2026-04-27T08:54:56.800] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 8.1.0. Build: 169
[2026-04-27T08:55:49.403] [WARN] [localhost] [docId] [userId] nodeJS - start shutdown:true
[2026-04-27T08:55:49.403] [WARN] [localhost] [docId] [userId] nodeJS - active connections: 0
[2026-04-27T08:55:49.403] [WARN] [localhost] [docId] [userId] nodeJS - end shutdown
[2026-04-27T08:57:07.540] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting…
[2026-04-27T08:57:07.542] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. ttps://nodejs.org/docs/latest/api/fs.html#fs_availability
[2026-04-27T08:57:07.848] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 8.1.0. Build: 169
[2026-04-27T08:57:50.510] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting…
[2026-04-27T08:57:50.512] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. ttps://nodejs.org/docs/latest/api/fs.html#fs_availability
[2026-04-27T08:57:50.653] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 8.1.0. Build: 169
==> /var/log/onlyoffice/documentserver/nginx.error.log <==
