-
Notifications
You must be signed in to change notification settings - Fork 307
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
MailHog comes installed as a service in docker-compose.
🚀 Open http://0.0.0.0:8025/ in your browser
Run a wp-cli command
You can use this command first after you've installed WordPress using Composer as the example above.
PhpMyAdmin comes installed as a service in docker-compose.
🚀 Open http://127.0.0.1:8082/ in your browser