Skip to content

Commit 4e10c9a

Browse files
authored
Fix list indentation in reuse doc (#8980)
1 parent fa10d00 commit 4e10c9a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/features/reuse.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ opt-in mechanism per environment. To reuse a container, the container configurat
1717
## How to use it
1818

1919
* Enable `Reusable Containers`
20-
* through environment variable `TESTCONTAINERS_REUSE_ENABLE=true`
21-
* through user property file `~/.testcontainers.properties`, by adding `testcontainers.reuse.enable=true`
22-
* **not** through classpath properties file [see this comment](https://github.com/testcontainers/testcontainers-java/issues/5364#issuecomment-1125907734)
23-
20+
* through environment variable `TESTCONTAINERS_REUSE_ENABLE=true`
21+
* through user property file `~/.testcontainers.properties`, by adding `testcontainers.reuse.enable=true`
22+
* **not** through classpath properties file [see this comment](https://github.com/testcontainers/testcontainers-java/issues/5364#issuecomment-1125907734)
2423
* Define a container and subscribe to reuse the container using `withReuse(true)`
2524

2625
```java

0 commit comments

Comments
 (0)