@ -1,7 +1,7 @@
version: '3'
services:
mysql:
image: mariadb
image: mariadb:10.3.17
command: --max_allowed_packet=256M
volumes:
- "./data/db:/var/lib/mysql:delegated"