10up / wp-local-docker-v2

ARCHIVED: A simple Docker based development environment for WordPress.
MIT License
484 stars 81 forks source link

docker compose restart #267

Closed tylercherpak closed 1 year ago

tylercherpak commented 2 years ago

Description of the Change

docker-compose restart doesn't actually remove and rebuild the containers.

Instead its better to run docker-compose down && docker-compose up to make certain we use the latest docker-compose or config changes

Alternate Designs

Benefits

Possible Drawbacks

Verification Process

Checklist:

Applicable Issues

Changelog Entry