mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-17 02:49:04 +02:00
docker-compose.yml: bump mariadb from 10.3 to 10.4
Django 4.2 requires a minimum of 10.4 https://docs.djangoproject.com/en/4.2/releases/4.2/#dropped-support-for-mariadb-10-3 Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
082f5aab79
commit
bb79b3885e
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
layersdb:
|
layersdb:
|
||||||
image: mariadb:10.3
|
image: mariadb:10.4
|
||||||
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