Merge pull request #31 from lvnilesh/patch-1
FQRN: make images fully qualified with the name of registry
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
pull_policy: always
|
pull_policy: always
|
||||||
tty: true
|
tty: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ollama/ollama:latest
|
image: docker.io/ollama/ollama:latest
|
||||||
ports:
|
ports:
|
||||||
- 7869:11434
|
- 7869:11434
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
- ollama-docker
|
- ollama-docker
|
||||||
|
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:latest
|
image: docker.io/ollama/ollama:latest
|
||||||
ports:
|
ports:
|
||||||
- 7869:11434
|
- 7869:11434
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user