I use docker to deploy minio and codimd.
In version 1.3.1 it was possible to upload without problems, but in 1.4.0 an error occurs.
Do I need to change any settings?
codimd_1 | 2019-11-23T13:33:03.503Z error: uncaughtException: "secure" option deprecated, "useSSL" should be used instead
codimd_1 | Error: "secure" option deprecated, "useSSL" should be used instead
codimd_1 | at new Client (/home/hackmd/app/node_modules/minio/dist/main/minio.js:82:53)
codimd_1 | at Object.<anonymous> (/home/hackmd/app/lib/web/imageRouter/minio.js:10:21)
codimd_1 | at Module._compile (module.js:653:30)
codimd_1 | at Object.Module._extensions..js (module.js:664:10)
codimd_1 | at Module.load (module.js:566:32)
codimd_1 | at tryModuleLoad (module.js:506:12)
codimd_1 | at Function.Module._load (module.js:498:3)
codimd_1 | at Module.require (module.js:597:17)
codimd_1 | at require (internal/module.js:11:18)
codimd_1 | at /home/hackmd/app/lib/web/imageRouter/index.js:30:30
codimd_1 | at IncomingForm.<anonymous> (/home/hackmd/app/node_modules/formidable/lib/incoming_form.js:107:9)
codimd_1 | at emitNone (events.js:106:13)
codimd_1 | at IncomingForm.emit (events.js:208:7)
codimd_1 | at IncomingForm._maybeEnd (/home/hackmd/app/node_modules/formidable/lib/incoming_form.js:557:8)
codimd_1 | at /home/hackmd/app/node_modules/formidable/lib/incoming_form.js:238:12
codimd_1 | at WriteStream.<anonymous> (/home/hackmd/app/node_modules/formidable/lib/file.js:79:5)
codimd_1 | at Object.onceWrapper (events.js:313:30)
codimd_1 | at emitNone (events.js:111:20)
codimd_1 | at WriteStream.emit (events.js:208:7)
codimd_1 | at finishMaybe (_stream_writable.js:613:14)
codimd_1 | at afterWrite (_stream_writable.js:464:3)
codimd_1 | at onwrite (_stream_writable.js:454:7)
codimd_1 | 2019-11-23T13:33:03.511Z error: An uncaught exception has occured.
codimd_1 | 2019-11-23T13:33:03.511Z error: "secure" option deprecated, "useSSL" should be used instead
codimd_1 | 2019-11-23T13:33:03.512Z error: Process will exit now.
I use docker to deploy minio and codimd. In version 1.3.1 it was possible to upload without problems, but in 1.4.0 an error occurs. Do I need to change any settings?
error log