Specified a stable mariadb version, instead of pulling latest

master
lars-hagen 5 years ago
parent 5568e0957f
commit 7d5ee805bc

@ -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"

Loading…
Cancel
Save