1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-25 06:51:30 +02:00

Bumped MariaDB to version 10.

This commit is contained in:
Chung Leong
2019-02-01 10:10:43 +01:00
parent 9cde96524a
commit 44ea3f9336

View File

@@ -1,7 +1,7 @@
version: "2"
services:
db:
image: mariadb:5
image: mariadb:10
volumes:
- db_data:/var/lib/mysql
networks: