This is a WordPress Docker image which can run on both Azure Web App on Linux and your Docker engines's host.
This docker image currently contains the following components:
WEBSITES_ENABLE_APP_SERVICE_STORAGE = trueWEBSITES_ENABLE_APP_SERVICE_STORAGE = true| Name | Default Value |
|---|---|
| DATABASE_TYPE | local |
| DATABASE_USERNAME | wordpress |
| DATABASE_PASSWORD | some-string |
| **Note: We create a database "azurelocaldb" when using local mysql . Hence use this name when setting up the app ** |
**Note: Do not use the app setting DATABASE_TYPE=local if using Azure database for MySQL **
WEBSITES_ENABLE_APP_SERVICE_STORAGE = true since we need files to be persisted. Do not use local storage for WordPress. You can use local storage for transient data or cached data say /tmp folder.Content type
Image
Digest
Size
164 MB
Last updated
over 8 years ago
docker pull appsvcorg/wp-docker