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
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
image: ollama/ollama:latest
|
||||
image: docker.io/ollama/ollama:latest
|
||||
ports:
|
||||
- 7869:11434
|
||||
environment:
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- ollama-docker
|
||||
|
||||
ollama:
|
||||
image: ollama/ollama:latest
|
||||
image: docker.io/ollama/ollama:latest
|
||||
ports:
|
||||
- 7869:11434
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user