docker-compose: bump mariadb to 10.3

10.2 was based on Ubuntu bionic 18.04,
bumping to 10.3 as it is the first release
on Ubuntu focal 20.04

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
Tim Orling 2022-01-13 20:59:10 -08:00
parent 49b41802e4
commit ecd1005ae2

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
layersdb: layersdb:
image: mariadb:10.2 image: mariadb:10.3
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --max_allowed_packet=128M command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --max_allowed_packet=128M
environment: environment:
- "MYSQL_DATABASE=layersdb" - "MYSQL_DATABASE=layersdb"