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
|
||||
restart: unless-stopped
|
||||
entrypoint: /bootstrap.sh
|
||||
command: mistral
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
|
Reference in New Issue