We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce39a6d commit 749378aCopy full SHA for 749378a
1 file changed
README.md
@@ -9,22 +9,8 @@ Volumes for the docroot and wp-content/uploads directories are configured.
9
To automatically setup WP use two containers:
10
11
# 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.
17
wp-setup:
18
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
28
environment:
29
# yadda, see below
30
0 commit comments