Solve the problem of general error: 4047 when docker installs MariaDB of nextcloud

Use docker to install nexecloud, link MariaDB, and an error is reported

Error message

General error: 4047 InnoDB refuses to write tables with ROW_ FORMAT=COMPRESSED or KEY_ BLOCK_ SIZE.

resolvent

Run maraidb in docker and add
-- skip InnoDB read only compressed
to execute normally

Read More: