diff --git a/README.md b/README.md index 3980ff0..69e5b62 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ captured as a Docker layer and stored as an image to docker registry. Image consumers download the image and start containers with instantaneously available data (no time-consuming database imports required). -Technically, majority of the functionality is relying on upstream [`amazeeio/mariadb-drupal`](https://github.com/uselagoon/lagoon-images/blob/main/images/mariadb-drupal/10.4.Dockerfile) Docker image. +Technically, majority of the functionality is relying on upstream [`uselagoon/mariadb-drupal`](https://github.com/uselagoon/lagoon-images/blob/main/images/mariadb-drupal/10.6.Dockerfile) Docker image. [Entrypoint script](entrypoint.bash) had to be copied from [upstream script](https://github.com/uselagoon/lagoon-images/blob/main/images/mariadb/entrypoints/9999-mariadb-init.bash) and adjusted to support custom data directory. ## Use case