Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
0
 
 
1
 
 
 
 
 
 

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 with Docker overlay and overlay2 storage driver. Please try to switch to aufs or devicemapper.