|
|
@ -31,10 +31,6 @@ services: |
|
|
|
# vstm: The sleep 10 is required so that the command is run after |
|
|
|
# vstm: The sleep 10 is required so that the command is run after |
|
|
|
# mysql is initialized. Depending on your machine this might take |
|
|
|
# mysql is initialized. Depending on your machine this might take |
|
|
|
# longer or it can go faster. |
|
|
|
# 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: > |
|
|
|
command: > |
|
|
|
/bin/sh -c ' |
|
|
|
/bin/sh -c ' |
|
|
|
sleep 10; |
|
|
|
sleep 10; |
|
|
|