Skip to content

Commit ef58e8f

Browse files
fix: resolve linting issues
Signed-off-by: Hrushikesh Patil <[email protected]>
1 parent ceee525 commit ef58e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/aigw/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: alpine/ollama
2323
container_name: ollama-pull
2424
environment:
25-
OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
25+
OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
2626
env_file:
2727
- ../../.env.ollama
2828
entrypoint: sh

0 commit comments

Comments
 (0)