mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +02:00
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:
parent
49b41802e4
commit
ecd1005ae2
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user