File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,17 +4,15 @@ WordPress is set up with a non-root user.
44
55Volumes for the docroot and wp-content/uploads directories are configured.
66
7+ The installation is hardcoded to ` /var/www ` .
8+
79# Usage
810
9- To automatically setup WP use two containers:
11+ See ` docker-compose.yml ` for a usage example.
1012
11- # docker-compose.yml
12- setup:
13- image: nickbreen/wp-setup
14- environment:
15- # yadda, see below
13+ ` attach ` or ` exec ` (etc) into the container and execute ` setup ` .
1614
17- The installation is hardcoded to ` /var/www ` .
15+ This image provides and uses [ WP-CLI ] .
1816
1917# Configuration
2018
@@ -101,6 +99,7 @@ tokens for private repositories); e.g.:
10199For both GitHub and Bitbucket the version/release tag is optional and defaults
102100to the ` latest ` release, or if no releases exist, to ` master ` .
103101
102+ [ WP-CLI ] : http://wp-cli.org
104103[ Bitbucket ] : https://bitbucket.com
105104[ GitHub ] : https://github.com
106105[ WordPress ] : https://wordpress.org
You can’t perform that action at this time.
0 commit comments