ollama-docker-compose.yml hinzugefügt
This commit is contained in:
14
ollama-docker-compose.yml
Normal file
14
ollama-docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
ollama:
|
||||
image: ${OLLAMA_IMAGE:-ollama/ollama:latest}
|
||||
container_name: ${OLLAMA_NAME}
|
||||
ports:
|
||||
- "${OLLAMA_PORT}:11434"
|
||||
volumes:
|
||||
- ${OLLAMA_VOLUME}:/root/.ollama
|
||||
restart: always
|
||||
|
||||
|
||||
volumes:
|
||||
ollama:
|
||||
external: true
|
||||
Reference in New Issue
Block a user