mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-12 08:47:02 +00:00
Add a docker compose file for ollama37
This commit is contained in:
15
ollama37/docker-compose.yml
Normal file
15
ollama37/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
ollama:
|
||||||
|
image: dogkeeper886/ollama37
|
||||||
|
container_name: ollama37
|
||||||
|
ports:
|
||||||
|
- "11434:11434"
|
||||||
|
volumes:
|
||||||
|
- ollama:/root/.ollama
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
ollama:
|
||||||
|
|
||||||
Reference in New Issue
Block a user