From 79383a528804b473e6f79f9b57072cfcbc914a28 Mon Sep 17 00:00:00 2001 From: Daniel Yu Date: Tue, 1 Aug 2017 11:44:53 +0800 Subject: [PATCH] Add readme --- templates/wordpress/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/wordpress/README.md diff --git a/templates/wordpress/README.md b/templates/wordpress/README.md new file mode 100644 index 0000000..855556e --- /dev/null +++ b/templates/wordpress/README.md @@ -0,0 +1,12 @@ +## What is inside WordPress Stack? +* MariaDB Database +* WordPress (php/apache) +* Rancher Load Balancer (haproxy) + +## Info +* To persist website and database data, two volumes are created: mariadb_data, wordpress_data. +* You can choose from one of existing rancher volume types depending on your own environment. + +## Compatibility Notes + +* Version v0.2-bitnami has some known [issue](https://github.com/bitnami/bitnami-docker-testlink/issues/17#issuecomment-261783035) with Docker overlayfs and overlayfs2 storage driver. Please try to switch to aufs or devicemapper. \ No newline at end of file