Skip to content

Commit 2f9d000

Browse files
chore: prevent api direct calls
1 parent 8b3a0a4 commit 2f9d000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ services:
55
tty: true
66
expose:
77
- "11434"
8-
# ports:
9-
# - "0.0.0.0:11434:11434"
8+
ports:
9+
- "127.0.0.1:11434:11434"
1010
labels:
1111
- "traefik.http.routers.ollama-service.rule=Host(`${HOST}.nip.io`)"
1212
- "traefik.http.routers.ollama-service.entrypoints=websecure"

0 commit comments

Comments
 (0)