wordpress-cli initialization cleanup

This commit is contained in:
Mike Holloway 2024-08-17 19:43:01 -04:00
parent d6708eb20b
commit 7f6c41bbfb

View File

@ -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;