Portainer shows below error when I try to pull new image to update my OpenWebUI with the docker compose I attached above.
Steps to Reproduce
Go to Portainer
Go to Stacks
Open Ollama stock
Pull & update
Logs & Screenshots
Additional Information
No response
Originally created by @CodeWithCJ on GitHub (Mar 28, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Portainer using Docker compose
### Open WebUI Version
I am using DOcker
### Ollama Version (if applicable)
_No response_
### Operating System
ubuntu 24
### Browser (if applicable)
_No response_
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
Portainer shows below error when I try to update via portainer. My current version is v0.5.20
[(latest)](https://github.com/open-webui/open-webui/releases/tag/v0.5.20)
`
Failed to pull images of the stack: compose pull operation failed: no matching manifest for linux/arm64/v8 in the manifest list entries
`
<br class="Apple-interchange-newline"><!--EndFragment-->
</body>
</html>
`
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:ollama
container_name: open-webui
ports:
- "3007:8080"
volumes:
- /mnt/eHDD/SparkyApps/ollama:/root/.ollama
- /mnt/eHDD/SparkyApps/open-webui:/app/backend/data
environment:
- ENABLE_WEBSOCKET_SUPPORT=false
restart: always
volumes:
ollama:
open-webui:
`
### Actual Behavior
Portainer shows below error when I try to pull new image to update my OpenWebUI with the docker compose I attached above.

### Steps to Reproduce
1. Go to Portainer
2. Go to Stacks
3. Open Ollama stock
4. Pull & update

### Logs & Screenshots

### Additional Information
_No response_
GiteaMirror
added the bug label 2025-11-11 15:58:11 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @CodeWithCJ on GitHub (Mar 28, 2025).
Check Existing Issues
Installation Method
Portainer using Docker compose
Open WebUI Version
I am using DOcker
Ollama Version (if applicable)
No response
Operating System
ubuntu 24
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Portainer shows below error when I try to update via portainer. My current version is v0.5.20
(latest)
Failed to pull images of the stack: compose pull operation failed: no matching manifest for linux/arm64/v8 in the manifest list entries
</html>`
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:ollama
container_name: open-webui
ports:
- "3007:8080"
volumes:
- /mnt/eHDD/SparkyApps/ollama:/root/.ollama
- /mnt/eHDD/SparkyApps/open-webui:/app/backend/data
environment:
volumes:
ollama:
open-webui:
`
Actual Behavior
Portainer shows below error when I try to pull new image to update my OpenWebUI with the docker compose I attached above.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response