From 9f11db65f0e63037792e7966d6efacc40e42824f Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Sat, 13 Mar 2021 00:10:51 +0000 Subject: [PATCH] Run update.sh --- ghost/README.md | 4 ++-- wordpress/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/README.md b/ghost/README.md index ab818bd8e..ac039bd5c 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.42.0`, `3.42`, `3`, `latest`](https://github.com/docker-library/ghost/blob/026e4fcfee2d7a511b62d97d60ac1068c1ffe389/3/debian/Dockerfile) -- [`3.42.0-alpine`, `3.42-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/026e4fcfee2d7a511b62d97d60ac1068c1ffe389/3/alpine/Dockerfile) +- [`3.42.1`, `3.42`, `3`, `latest`](https://github.com/docker-library/ghost/blob/a96e8cbb7502c11c8be3dfdb782a8caf3846ba1c/3/debian/Dockerfile) +- [`3.42.1-alpine`, `3.42-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/a96e8cbb7502c11c8be3dfdb782a8caf3846ba1c/3/alpine/Dockerfile) - [`2.38.3`, `2.38`, `2`](https://github.com/docker-library/ghost/blob/9eacacf1f8b80fbfce02416e84aca506dd10519d/2/debian/Dockerfile) - [`2.38.3-alpine`, `2.38-alpine`, `2-alpine`](https://github.com/docker-library/ghost/blob/9eacacf1f8b80fbfce02416e84aca506dd10519d/2/alpine/Dockerfile) diff --git a/wordpress/README.md b/wordpress/README.md index 277b36bc5..0b799d218 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -81,7 +81,7 @@ The following environment variables are also honored for configuring your WordPr - `-e WORDPRESS_DEBUG=1` (defaults to disabled, non-empty value will enable `WP_DEBUG` in `wp-config.php`) - `-e WORDPRESS_CONFIG_EXTRA=...` (defaults to nothing, non-empty value will be embedded verbatim inside `wp-config.php` -- especially useful for applying extra configuration values this image does not provide by default such as `WP_ALLOW_MULTISITE`; see [docker-library/wordpress#142](https://github.com/docker-library/wordpress/pull/142) for more details) -If the `WORDPRESS_DB_NAME` specified does not already exist on the given MySQL server, it will be created automatically upon startup of the `wordpress` container, provided that the `WORDPRESS_DB_USER` specified has the necessary permissions to create it. +The `WORDPRESS_DB_NAME` needs to already exist on the given MySQL server; it will not be created by the `wordpress` container. If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used: