Skip to content

Commit

Permalink
Error in docker-compose.yml
Browse files Browse the repository at this point in the history
Accidental error when typing. Included full command and container only requires "serve" to be passed directly
  • Loading branch information
dh4340 authored Oct 9, 2024
1 parent d7977c0 commit 0b7829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shadows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
container_name: ollama
ports:
- "11434:11434"
command: ollama serve --port 11434
command: serve
networks:
- ghosts-network

Expand Down

0 comments on commit 0b7829b

Please sign in to comment.