- Clone the Repository
- Configure wordlift.localhost to point to 127.0.0.1
- Run
docker compose up
Please check the db prefix of your database backup, e.g.
gzcat database-backup.gz | grep "CREATE TABLE"
If the db prefix is not wp_
you'll need to configure an environment variables, e.g. if the db prefix is custom_prefix_
:
WORDPRESS_TABLE_PREFIX=custom_prefix docker compose up
gzcat database-backup.gz | npm run wordpress:db-import
npm run wordpress:reset-admin-password
WORDPRESS_VERSION=6.5.4 docker compose up