Factoring in ARG change for Wordpress versions.

This commit is contained in:
Jonathan Rosenbaum 2025-06-05 18:54:55 +00:00
parent f13ed239e7
commit db9e08f943

View File

@ -5,9 +5,10 @@ A Docker-based toolkit that streamlines WordPress upgrades using official images
## Project Configuration ## Project Configuration
### Project Name ### Project Name
This project requires a project name, which should be defined in an `.env` file: This project requires a project name and wordpress version, which should be defined in an `.env` file:
```bash ```bash
COMPOSE_PROJECT_NAME=test COMPOSE_PROJECT_NAME=test
WORDPRESS_VERSION=6-fpm
``` ```
### Database Host Configuration ### Database Host Configuration