1
0
Fork 0

add default command to compose

This commit is contained in:
Massaki Archambault 2024-02-06 13:29:43 -05:00
parent a3f6259cc9
commit 82a9848ef6
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
image: ollama/ollama:0.1.22-rocm image: ollama/ollama:0.1.22-rocm
restart: unless-stopped restart: unless-stopped
entrypoint: /bootstrap.sh entrypoint: /bootstrap.sh
command: mistral
env_file: env_file:
- .env - .env
ports: ports: