From 883c11f19cfa7499d606c7e7c1938e38dbd0a0c3 Mon Sep 17 00:00:00 2001 From: Maarten Vercruysse <67873169+MV-GH@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:42:29 +0200 Subject: [PATCH] Fix list indentation --- docs/features/reuse.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/features/reuse.md b/docs/features/reuse.md index f7d8062138c..884f3d5ac33 100644 --- a/docs/features/reuse.md +++ b/docs/features/reuse.md @@ -17,10 +17,9 @@ opt-in mechanism per environment. To reuse a container, the container configurat ## How to use it * Enable `Reusable Containers` - * through environment variable `TESTCONTAINERS_REUSE_ENABLE=true` - * through user property file `~/.testcontainers.properties`, by adding `testcontainers.reuse.enable=true` - * **not** through classpath properties file [see this comment](https://github.com/testcontainers/testcontainers-java/issues/5364#issuecomment-1125907734) - + * through environment variable `TESTCONTAINERS_REUSE_ENABLE=true` + * through user property file `~/.testcontainers.properties`, by adding `testcontainers.reuse.enable=true` + * **not** through classpath properties file [see this comment](https://github.com/testcontainers/testcontainers-java/issues/5364#issuecomment-1125907734) * Define a container and subscribe to reuse the container using `withReuse(true)` ```java