add default command to compose
This commit is contained in:
parent
a3f6259cc9
commit
82a9848ef6
|
@ -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:
|
||||||
|
|
Reference in New Issue