Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgcudahy committed Oct 30, 2024
1 parent c3205f1 commit 39400c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
services:
llamafile-docker:
image: iverly/llamafile-docker:latest
container-name: llamafile
container_name: llamafile
ports:
8080:8080
- 8080:8080
volumes:
- /path/to/gguf/model:/model
restart: unless-stopped

0 comments on commit 39400c4

Please sign in to comment.