Skip to content

Commit 93aea0a

Browse files
committed
Removed version synatax as its no longer needed per Docker Docs
1 parent 90503be commit 93aea0a

4 files changed

+0
-8
lines changed

docker-compose.api.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
ollama:
53
# Expose Ollama API outside the container stack

docker-compose.data.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
ollama:
53
volumes:

docker-compose.gpu.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
ollama:
53
# GPU support

docker-compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
ollama:
53
volumes:

0 commit comments

Comments
 (0)