wordpress-cli initialization cleanup
This commit is contained in:
parent
d6708eb20b
commit
7f6c41bbfb
@ -31,10 +31,6 @@ services:
|
||||
# vstm: The sleep 10 is required so that the command is run after
|
||||
# mysql is initialized. Depending on your machine this might take
|
||||
# longer or it can go faster.
|
||||
## command: >
|
||||
## /bin/sh -c '
|
||||
## sleep 10;
|
||||
## wp core install --path="/var/www/html" --url="http://localhost:8080" --title="Local Wordpress By Docker" --admin_user=admin --admin_password=supersecretpassword --admin_email=admin@your.site
|
||||
command: >
|
||||
/bin/sh -c '
|
||||
sleep 10;
|
||||
|
Loading…
Reference in New Issue
Block a user