Skip to content

Commit

Permalink
docs(mysql|neo4j): remove default image codeblock (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Oct 30, 2024
1 parent 2ee47e4 commit 3f2f0d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/modules/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ When starting the MySQL container, you can pass options in a variadic way to con
If you need to set a different MySQL Docker image, you can set a valid Docker image as the second argument in the `Run` function.
E.g. `Run(context.Background(), "mysql:8.0.36")`.

By default, the container will use the following Docker image:

<!--codeinclude-->
[Default Docker image](../../modules/mysql/mysql.go) inside_block:defaultImage
<!--/codeinclude-->

{% include "../features/common_functional_options.md" %}

#### Set username, password and database name
Expand Down
6 changes: 0 additions & 6 deletions docs/modules/neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ When starting the Neo4j container, you can pass options in a variadic way to con
If you need to set a different Neo4j Docker image, you can set a valid Docker image as the second argument in the `Run` function.
E.g. `Run(context.Background(), "neo4j:4.4")`.

By default, the container will use the following Docker image:

<!--codeinclude-->
[Default Docker image](../../modules/neo4j/neo4j.go) inside_block:defaultImage
<!--/codeinclude-->

{% include "../features/common_functional_options.md" %}

#### Logger
Expand Down

0 comments on commit 3f2f0d0

Please sign in to comment.