Update docker-compose.yaml
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good

This commit is contained in:
Adam Outler 2025-03-22 15:37:48 +00:00
parent e26e70d21a
commit 080f2dcd7f

View File

@ -10,6 +10,8 @@ services:
device_ids: ['0'] device_ids: ['0']
volumes: volumes:
- ollama-small:/root/.ollama - ollama-small:/root/.ollama
ports:
- 11434:11434
restart: always restart: always
container_name: ollamasmall container_name: ollamasmall
environment: environment: