This add-on integrates Add-on Template into your DDEV project.
ddev add-on get ddev/ddev-addon-template
ddev restartAfter installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Add-on Template |
ddev logs -s addon-template |
Check Add-on Template logs |
To change the Docker image:
ddev dotenv set .ddev/.env.addon-template --addon-template-docker-image="ddev/ddev-utilities:latest"
ddev add-on get ddev/ddev-addon-template
ddev restartMake sure to commit the .ddev/.env.addon-template file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
ADDON_TEMPLATE_DOCKER_IMAGE |
--addon-template-docker-image |
ddev/ddev-utilities:latest |
Contributed and maintained by @CONTRIBUTOR