From 3f2f0d06dd1f97b65b68a2dfd1450795de7d41e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 30 Oct 2024 13:44:39 +0100 Subject: [PATCH] docs(mysql|neo4j): remove default image codeblock (#2860) --- docs/modules/mysql.md | 6 ------ docs/modules/neo4j.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs/modules/mysql.md b/docs/modules/mysql.md index ca81ba3974..5ef38d56da 100644 --- a/docs/modules/mysql.md +++ b/docs/modules/mysql.md @@ -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: - - -[Default Docker image](../../modules/mysql/mysql.go) inside_block:defaultImage - - {% include "../features/common_functional_options.md" %} #### Set username, password and database name diff --git a/docs/modules/neo4j.md b/docs/modules/neo4j.md index 0431df12a1..e0188e015d 100644 --- a/docs/modules/neo4j.md +++ b/docs/modules/neo4j.md @@ -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: - - -[Default Docker image](../../modules/neo4j/neo4j.go) inside_block:defaultImage - - {% include "../features/common_functional_options.md" %} #### Logger