wordpress-cli initialization cleanup

podman-compose-ssl
Mike Holloway 4 months ago
parent d6708eb20b
commit 7f6c41bbfb
  1. 4
      docker-compose.yml

@ -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…
Cancel
Save