From a4ed7aa0f33f919fc9cf9411bbf3b49511e7cd93 Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Wed, 11 Sep 2024 00:00:59 -0400 Subject: [PATCH] Omit service that no longer exists for Docker --- .../version-24.1/enterprise/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_versioned_docs/version-24.1/enterprise/docker-compose.mdx b/platform_versioned_docs/version-24.1/enterprise/docker-compose.mdx index 77df88b15..60161d43b 100644 --- a/platform_versioned_docs/version-24.1/enterprise/docker-compose.mdx +++ b/platform_versioned_docs/version-24.1/enterprise/docker-compose.mdx @@ -21,7 +21,7 @@ The DB or Redis volume is persistent after a Docker restart by default. Use the 3. Download and configure the [docker-compose.yml](_templates/docker/docker-compose.yml) file: - - The `db` and `mail` containers should only be used for local testing. If you have configured these services elsewhere, you can remove these containers. + - The `db` container should be used only for local testing. If you have configured this service elsewhere, you can remove this container. - To configure the Seqera pipeline resource optimization service (`groundswell`), see [Pipeline resource optimization](./configuration/pipeline_optimization.mdx).