-
Notifications
You must be signed in to change notification settings - Fork 308
7. Tools
Urban Sandén edited this page May 28, 2024
·
3 revisions
docker-compose run composer update
docker exec -it myapp-wordpress bash
Login to the container
wp search-replace https://olddomain.com https://newdomain.com --allow-root
Run a wp-cli command
You can use this command first after you've installed WordPress using Composer as the example above.