Skip to content

Commit 4735437

Browse files
committed
24h
1 parent 8563863 commit 4735437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-ollama-gpu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
ports:
2828
- 7869:11434
2929
environment:
30-
- OLLAMA_KEEP_ALIVE="24h"
30+
- OLLAMA_KEEP_ALIVE=24h
3131
- OLLAMA_HOST=0.0.0.0
3232
networks:
3333
- ollama-docker

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
tty: true
2828
restart: always
2929
environment:
30-
- OLLAMA_KEEP_ALIVE="24h"
30+
- OLLAMA_KEEP_ALIVE=24h
3131
- OLLAMA_HOST=0.0.0.0
3232
networks:
3333
- ollama-docker

0 commit comments

Comments
 (0)