[GH-ISSUE #834] [Docs]: Docker compose has a bad image reference #488

Closed
opened 2026-02-22 18:19:44 -05:00 by yindo · 1 comment
Owner

Originally created by @damitjimii on GitHub (Feb 28, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/834

How are you running AnythingLLM?

Docker (local)

What happened?

git auth error on deploying.

compose file has image: anything-llm:latest but should be mintplexlabs/anythingllm:latest

Are there known steps to reproduce?

docker run or docker up

Originally created by @damitjimii on GitHub (Feb 28, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/834 ### How are you running AnythingLLM? Docker (local) ### What happened? git auth error on deploying. compose file has image: anything-llm:latest but should be mintplexlabs/anythingllm:latest ### Are there known steps to reproduce? docker run or docker up
yindo added the documentationDocker labels 2026-02-22 18:19:44 -05:00
yindo closed this issue 2026-02-22 18:19:45 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 6, 2024):

Closing this because this docker-compose is actually for development purposes and because of that we dont actually need the image tag at all. It was in there as a mistake, but this file should remain untouched as it is only used for quickly building/validating new changes in docker

Ideally should run the docker image by pulling it alone (or using your own docker-compose)

@timothycarambat commented on GitHub (Mar 6, 2024): Closing this because this docker-compose is actually for development purposes and because of that we dont actually need the image tag at all. It was in there as a mistake, but this file should remain untouched as it is only used for quickly building/validating new changes in docker Ideally should run the docker image by pulling it alone (or using your own docker-compose)
yindo changed title from [Docs]: Docker compose has a bad image reference to [GH-ISSUE #834] [Docs]: Docker compose has a bad image reference 2026-06-05 14:35:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#488