Skip to content

Commit 8f8665e

Browse files
authored
Update modules/ollama/src/main/java/org/testcontainers/ollama/OllamaContainer.java
1 parent b2e22a0 commit 8f8665e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ollama/src/main/java/org/testcontainers/ollama/OllamaContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
public class OllamaContainer extends GenericContainer<OllamaContainer> {
2424

2525
private static final DockerImageName DOCKER_IMAGE_NAME = DockerImageName.parse("ollama/ollama");
26+
2627
private static final int OLLAMA_PORT = 11434;
2728

2829
public OllamaContainer(String image) {

0 commit comments

Comments
 (0)