Specified a stable mariadb version, instead of pulling latest

This commit is contained in:
lars-hagen
2020-01-06 11:55:53 +01:00
parent 5568e0957f
commit 7d5ee805bc
+1 -1
View File
@@ -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"