Merge pull request #31 from lvnilesh/patch-1

FQRN: make images fully qualified with the name of registry
This commit is contained in:
valiantlynx
2025-03-28 23:41:07 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -15,7 +15,7 @@ services:
- ollama-docker
ollama:
image: ollama/ollama:latest
image: docker.io/ollama/ollama:latest
ports:
- 7869:11434
volumes: