Skip to content

Commit 5773e96

Browse files
committed
updated readme
1 parent 5481f6f commit 5773e96

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ WordPress is set up with a non-root user.
44

55
Volumes 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.:
10199
For both GitHub and Bitbucket the version/release tag is optional and defaults
102100
to 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

0 commit comments

Comments
 (0)