Skip to content

Commit 6dea978

Browse files
authored
Fix formatting in docs for image override configuration (#5147)
1 parent 71a0679 commit 6dea978

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/features/image_name_substitution.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ To do this, create or modify a file on the classpath named `testcontainers.prope
112112

113113
For example:
114114

115-
```text tab="src/test/resources/testcontainers.properties"
116-
image.substitutor=com.mycompany.testcontainers.ExampleImageNameSubstitutor
117-
```
115+
=== "`src/test/resources/testcontainers.properties`"
116+
```text
117+
image.substitutor=com.mycompany.testcontainers.ExampleImageNameSubstitutor
118+
```
118119

119120
Note that it is also possible to provide this same configuration property:
120121

@@ -130,7 +131,7 @@ Please see [the documentation on configuration mechanisms](./configuration.md) f
130131
!!! note
131132
This approach is discouraged and deprecated, but is documented for completeness.
132133
Please consider one of the other approaches outlined in this page instead.
133-
Overriding individual image names via configuration may be removed in 2021.
134+
Overriding individual image names via configuration may be removed in the future.
134135

135136
Consider this if:
136137

0 commit comments

Comments
 (0)