0
0
Fork 0
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:
Loïc Houpert 2024-02-21 12:29:43 +00:00 committed by GitHub
parent a42f795276
commit 536dbddb12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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