mirror of
https://github.com/nextcloud/docker.git
synced 2025-08-01 02:58:05 +02:00
Added back --log-bin to MariaDB command. See PR 1881
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
777afa10cb
commit
7c8997ae9c
6 changed files with 7 additions and 7 deletions
|
@ -296,7 +296,7 @@ services:
|
|||
db:
|
||||
image: mariadb:10.6
|
||||
restart: always
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin --binlog-format=ROW
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
logging:
|
||||
|
@ -352,7 +352,7 @@ services:
|
|||
db:
|
||||
image: mariadb:10.6
|
||||
restart: always
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin --binlog-format=ROW
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
logging:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue