Lock mariadb version due to non-back compatible change
This commit is contained in:
parent
bb61cf57b0
commit
c1a7a55efa
@ -26,11 +26,14 @@ services:
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# NextCloud installation available at cloud.wojciechkozlowski.eu
|
||||
#
|
||||
# Note about version lock:
|
||||
# https://dba.stackexchange.com/questions/256427/unable-to-create-tables-with-row-format-compressed
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
nextcloud-db:
|
||||
container_name: nextcloud-db
|
||||
image: mariadb
|
||||
image: mariadb:10.5
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
volumes:
|
||||
- nextcloud_db:/var/lib/mysql
|
||||
|
Reference in New Issue
Block a user