Updated docker-compose.yaml to use mariadb:10.5

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-02-08 20:35:24 +01:00
parent 657ceaf11f
commit a1d81a0281

View File

@ -2,7 +2,7 @@ version: "3"
services:
mysql:
image: mariadb:10.4
image: mariadb:10.5
restart: unless-stopped
cap_drop:
- ALL