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'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb
|
image: mariadb:10.3.17
|
||||||
command: --max_allowed_packet=256M
|
command: --max_allowed_packet=256M
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/db:/var/lib/mysql:delegated"
|
- "./data/db:/var/lib/mysql:delegated"
|
||||||
|
|||||||
Reference in New Issue
Block a user