mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 02:25:08 +01:00
Update docker-compose.yml
Signed-off-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>
This commit is contained in:
parent
1b5a5bb956
commit
586b87ba44
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:10.6
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||
image: mariadb:11.3.2
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW --character-set-server=utf8
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql:Z
|
||||
|
|
Loading…
Add table
Reference in a new issue