ONLYOFFICE / DocumentServer

ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
https://www.onlyoffice.com
GNU Affero General Public License v3.0
4.9k stars 1.1k forks source link

plugin autostart not woring #2981

Open langziyang opened 1 week ago

langziyang commented 1 week ago

This issue is unique.

Operating System of DocumentServer

Docker

Version information

8.2.0.143

Expected Behavior

when i write my own plugins,the autostart is not working on docker 8.2.0.143. it`s working on 8.1

Actual Behavior

'plugins' => [
                    'autostart' => ['asc.{019269E7-347D-7E4A-B7AE-15D6ED4A2280}'],
                    'pluginsData' => [$host . 'plugins/invoice/config.json',]
                ]

this is my plugin,not auto start on docker 8.2.0.143

Reproduction Steps

No response

Additional information

No response