mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
Specified a stable mariadb version, instead of pulling latest
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user