Browse Source

doc: docker compose update

Timothy J. Baek 1 year ago
parent
commit
e4281e56cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose.yaml

+ 1 - 1
compose.yaml

@@ -14,7 +14,7 @@ services:
     volumes:
       - ollama:/root/.ollama
     ports:
-      - 127.0.0.1:11434:11434
+      - 11434:11434
     container_name: ollama
     pull_policy: always
     tty: true