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:31 +00:00 committed by GitHub
parent 586b87ba44
commit a42f795276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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