Docker: Update MariaDB to 10.4.11

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-19 10:10:52 +01:00
parent cf28656547
commit 1ae24b4c55

View File

@ -37,7 +37,7 @@ services:
TF_CPP_MIN_LOG_LEVEL: 0
photoprism-db:
image: mariadb:10.4.8
image: mariadb:10.4.11
command: mysqld --port=4001 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024
expose:
- "4001"