[PR #11241] with curl installed in final docker build image, #13490

Closed
opened 2026-04-13 00:28:39 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/11241

State: closed
Merged: No


user can perform ollama healthy check using the following config in docker

services:
    ollama:
        # ... image and container config ...
        healthcheck:
            test: curl localhost:11434
            interval: 10s
            timeout: 3s
            retries: 3
            start_period: 30s
**Original Pull Request:** https://github.com/ollama/ollama/pull/11241 **State:** closed **Merged:** No --- user can perform ollama healthy check using the following config in docker ```yaml services: ollama: # ... image and container config ... healthcheck: test: curl localhost:11434 interval: 10s timeout: 3s retries: 3 start_period: 30s ```
GiteaMirror added the pull-request label 2026-04-13 00:28:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13490