mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
docker-compose.yml: mariadb:lts
We should really be striving to be compatible with the latest mariadb LTS (currently 10.11). Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
412bd6a14f
commit
490205e3a6
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
layersdb:
|
||||
image: mariadb:10.4
|
||||
image: mariadb:lts
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --max_allowed_packet=128M
|
||||
environment:
|
||||
- "MYSQL_DATABASE=layersdb"
|
||||
|
|
Loading…
Reference in New Issue
Block a user