mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fix minor convention issues across 10 stacks
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
ollama:
|
||||
image: ${OLLAMA_IMAGE:-ollama/ollama}
|
||||
image: ${OLLAMA_IMAGE:-ollama/ollama:latest}
|
||||
restart: ${OLLAMA_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-/data}/ollama:/root/.ollama
|
||||
|
||||
Reference in New Issue
Block a user