Skip to content

Commit 749378a

Browse files
committed
removed error from readme
1 parent ce39a6d commit 749378a

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,8 @@ Volumes for the docroot and wp-content/uploads directories are configured.
99
To automatically setup WP use two containers:
1010

1111
# docker-compose.yml
12-
# This one runs the cron service and contains the 'data' volumes
13-
wp-cli:
14-
image: nickbreen/wp-cli
15-
16-
# This one runs the setup script and then terminates.
1712
wp-setup:
1813
image: nickbreen/wp-setup
19-
command: |-
20-
. /setup.sh
21-
install_core
22-
install_themes
23-
install_plugins
24-
wp_options
25-
wp_commands
26-
volumes_from:
27-
- wp-cli
2814
environment:
2915
# yadda, see below
3016

0 commit comments

Comments
 (0)