Remove restart policy
Browse files
docker/ollama/compose.yml
CHANGED
@@ -31,7 +31,6 @@ services:
|
|
31 |
count: all
|
32 |
capabilities: [gpu]
|
33 |
tty: true
|
34 |
-
#restart: always
|
35 |
entrypoint: ["/usr/bin/bash", "/entrypoint.sh"]
|
36 |
healthcheck:
|
37 |
test:
|
|
|
31 |
count: all
|
32 |
capabilities: [gpu]
|
33 |
tty: true
|
|
|
34 |
entrypoint: ["/usr/bin/bash", "/entrypoint.sh"]
|
35 |
healthcheck:
|
36 |
test:
|