Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Wordpress in a docker container, with an example front end.

License

Notifications You must be signed in to change notification settings

miclgael/headless-wp-starter

Repository files navigation

📝 Headless Wordpress Starter project

Wordpress in a docker container, with an example front end.

Install Docker (macOS)

Fire up the containers (WP @ localhost:8000)

docker-compose up -d

Tear containers down

docker-compose down

Use WP CLI in the running WP container

eg, to delete a default theme:

docker-compose run --rm wp-cli theme delete twentynineteen

This would be the equivalent of running wp theme delete twentynineteen